Html Css Color HEX #C21467 Jazzberry Jam

📋 copy color: '#C21467'

red 194 ◦ green 20 ◦ blue 103

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

Shades of Jazzberry Jam #C21467

Tints of Jazzberry Jam #C21467

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.31%

 BLUE value IS 103 (40.63% from 255) = 32.49%

R = 61.2%
G = 6.31%
B = 32.49%

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

#C21467 (or 0xC21467) is known color: Jazzberry Jam. HEX triplet: C2, 14 and 67. RGB value is (194,20,103). Sum of RGB (Red+Green+Blue) = 194+20+103=317 (41% of max value = 765). Red value is 194 (76.17% from 255 or 61.20% from 317); Green value is 20 (8.20% from 255 or 6.31% from 317); Blue value is 103 (40.62% from 255 or 32.49% from 317); Max value from RGB is 194 - color contains mainly: red. Hex color #C21467 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C21467 is #3DEB98. Grayscale: #515151. Windows color (decimal): -4058009 or 6755522. OLE color: 6755522.

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

Color convert

RGB 194 20 103 -
CMYK 0 0.90 0.47 0.24
HSL 331.38º 0.81% 0.42% -
HSV(B) 331.38º 0.9% 0.76% -
XYZ 24.95 12.95 14.02 -
YUV 81.49 140.15 208.25 -
System Red Green Blue C M Y K H S L
Decimal 194 20 103 0 0.90 0.47 0.24 331.38 0.81 0.42
Hex C2 14 67 0 5A 2F 18 14B 51 2A
Octal 302 24 147 0 132 57 30 513 121 52
Binary 11000010 10100 1100111 0 1011010 101111 11000 101001011 1010001 101010

Color Harmonies of #C21467

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21467

Black with #C21467

Text Example


Text Example

White with #C21467

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21467; }

 p { color: rgb(194,20,103); }

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

background-color css

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

 a { background-color: rgb(194,20,103); }

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

border-color css

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

 span { border-color: rgb(194,20,103); }

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