Html Css Color HEX #C20366 Jazzberry Jam

📋 copy color: '#C20366'

red 194 ◦ green 3 ◦ blue 102

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

Shades of Jazzberry Jam #C20366

Tints of Jazzberry Jam #C20366

RGB

 RED value IS 194 (76.17% from 255) = 64.88%

 GREEN value IS 3 (1.56% from 255) = 1%

 BLUE value IS 102 (40.23% from 255) = 34.11%

R = 64.88%
G = 1%
B = 34.11%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.47

 K value IS 0.24

RGB Variations

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

Color information

#C20366 (or 0xC20366) is known color: Jazzberry Jam. HEX triplet: C2, 03 and 66. RGB value is (194,3,102). Sum of RGB (Red+Green+Blue) = 194+3+102=299 (39% of max value = 765). Red value is 194 (76.17% from 255 or 64.88% from 299); Green value is 3 (1.56% from 255 or 1.00% from 299); Blue value is 102 (40.23% from 255 or 34.11% from 299); Max value from RGB is 194 - color contains mainly: red. Hex color #C20366 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C20366 is #3DFC99. Grayscale: #474747. Windows color (decimal): -4062362 or 6685634. OLE color: 6685634.

HSL color Cylindrical-coordinate representation of color #C20366: hue angle of 328.9º degrees, saturation: 0.97, 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 #C20366 is Cyan = 0, Magento = 0.98, Yellow = 0.47 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 3 102 -
CMYK 0 0.98 0.47 0.24
HSL 328.9º 0.97% 0.39% -
HSV(B) 328.9º 0.98% 0.76% -
XYZ 24.68 12.49 13.68 -
YUV 71.4 145.28 215.45 -
System Red Green Blue C M Y K H S L
Decimal 194 3 102 0 0.98 0.47 0.24 328.9 0.97 0.39
Hex C2 3 66 0 62 2F 18 149 61 27
Octal 302 3 146 0 142 57 30 511 141 47
Binary 11000010 11 1100110 0 1100010 101111 11000 101001001 1100001 100111

Color Harmonies of #C20366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20366

Black with #C20366

Text Example


Text Example

White with #C20366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20366; }

 p { color: rgb(194,3,102); }

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

background-color css

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

 a { background-color: rgb(194,3,102); }

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

border-color css

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

 span { border-color: rgb(194,3,102); }

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