Html Css Color HEX #C30457 Jazzberry Jam

📋 copy color: '#C30457'

red 195 ◦ green 4 ◦ blue 87

#C30457
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jazzberry Jam #C30457

Tints of Jazzberry Jam #C30457

RGB

 RED value IS 195 (76.56% from 255) = 68.18%

 GREEN value IS 4 (1.95% from 255) = 1.4%

 BLUE value IS 87 (34.38% from 255) = 30.42%

R = 68.18%
G = 1.4%
B = 30.42%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.55

 K value IS 0.24

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#C30457 (or 0xC30457) is known color: Jazzberry Jam. HEX triplet: C3, 04 and 57. RGB value is (195,4,87). Sum of RGB (Red+Green+Blue) = 195+4+87=286 (37% of max value = 765). Red value is 195 (76.56% from 255 or 68.18% from 286); Green value is 4 (1.95% from 255 or 1.40% from 286); Blue value is 87 (34.38% from 255 or 30.42% from 286); Max value from RGB is 195 - color contains mainly: red. Hex color #C30457 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C30457 is #3CFBA8. Grayscale: #464646. Windows color (decimal): -3996585 or 5702851. OLE color: 5702851.

HSL color Cylindrical-coordinate representation of color #C30457: hue angle of 333.93º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C30457 is Cyan = 0, Magento = 0.98, Yellow = 0.55 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 4 87 -
CMYK 0 0.98 0.55 0.24
HSL 333.93º 0.96% 0.39% -
HSV(B) 333.93º 0.98% 0.76% -
XYZ 24.27 12.38 10.13 -
YUV 70.57 137.28 216.75 -
System Red Green Blue C M Y K H S L
Decimal 195 4 87 0 0.98 0.55 0.24 333.93 0.96 0.39
Hex C3 4 57 0 62 37 18 14E 60 27
Octal 303 4 127 0 142 67 30 516 140 47
Binary 11000011 100 1010111 0 1100010 110111 11000 101001110 1100000 100111

Color Harmonies of #C30457

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30457

Black with #C30457

Text Example


Text Example

White with #C30457

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30457; }

 p { color: rgb(195,4,87); }

 H1.HeaderClassName
 {
   color: #C30457;
 }
 .AnyTagClassName
 {
   color: #C30457;
 }
</style>

background-color css

<style>
 a { background-color: #C30457; }

 a { background-color: rgb(195,4,87); }

 div.DivClassName
 {
   background-color: #C30457;
 }
 .BgClassName
 {
   background-color: #C30457;
 }
</style>

border-color css

<style>
 span { border-color: #C30457; }

 span { border-color: rgb(195,4,87); }

 td.TdClassName
 {
   border-color: #C30457;
 }
 .TagClassName
 {
   border-color: #C30457;
 }
</style>