Html Css Color HEX #C21366 Jazzberry Jam

📋 copy color: '#C21366'

red 194 ◦ green 19 ◦ blue 102

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

Shades of Jazzberry Jam #C21366

Tints of Jazzberry Jam #C21366

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.03%

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

R = 61.59%
G = 6.03%
B = 32.38%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.47

 K value IS 0.24

RGB Variations

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

Color information

#C21366 (or 0xC21366) is known color: Jazzberry Jam. HEX triplet: C2, 13 and 66. RGB value is (194,19,102). Sum of RGB (Red+Green+Blue) = 194+19+102=315 (41% of max value = 765). Red value is 194 (76.17% from 255 or 61.59% from 315); Green value is 19 (7.81% from 255 or 6.03% from 315); Blue value is 102 (40.23% from 255 or 32.38% from 315); Max value from RGB is 194 - color contains mainly: red. Hex color #C21366 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C21366 is #3DEC99. Grayscale: #505050. Windows color (decimal): -4058266 or 6689730. OLE color: 6689730.

HSL color Cylindrical-coordinate representation of color #C21366: hue angle of 331.54º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C21366 is Cyan = 0, Magento = 0.90, Yellow = 0.47 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 19 102 -
CMYK 0 0.90 0.47 0.24
HSL 331.54º 0.82% 0.42% -
HSV(B) 331.54º 0.9% 0.76% -
XYZ 24.88 12.89 13.75 -
YUV 80.79 139.98 208.75 -
System Red Green Blue C M Y K H S L
Decimal 194 19 102 0 0.90 0.47 0.24 331.54 0.82 0.42
Hex C2 13 66 0 5A 2F 18 14C 52 2A
Octal 302 23 146 0 132 57 30 514 122 52
Binary 11000010 10011 1100110 0 1011010 101111 11000 101001100 1010010 101010

Color Harmonies of #C21366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21366

Black with #C21366

Text Example


Text Example

White with #C21366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21366; }

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

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

background-color css

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

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

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

border-color css

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

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

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