Html Css Color HEX #C21267 Jazzberry Jam

📋 copy color: '#C21267'

red 194 ◦ green 18 ◦ blue 103

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

Shades of Jazzberry Jam #C21267

Tints of Jazzberry Jam #C21267

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.71%

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

R = 61.59%
G = 5.71%
B = 32.7%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.47

 K value IS 0.24

RGB Variations

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

Color information

#C21267 (or 0xC21267) is known color: Jazzberry Jam. HEX triplet: C2, 12 and 67. RGB value is (194,18,103). Sum of RGB (Red+Green+Blue) = 194+18+103=315 (41% of max value = 765). Red value is 194 (76.17% from 255 or 61.59% from 315); Green value is 18 (7.42% from 255 or 5.71% from 315); Blue value is 103 (40.62% from 255 or 32.70% from 315); Max value from RGB is 194 - color contains mainly: red. Hex color #C21267 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C21267 is #3DED98. Grayscale: #505050. Windows color (decimal): -4058521 or 6755010. OLE color: 6755010.

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

Color convert

RGB 194 18 103 -
CMYK 0 0.91 0.47 0.24
HSL 331.02º 0.83% 0.42% -
HSV(B) 331.02º 0.91% 0.76% -
XYZ 24.91 12.88 14.01 -
YUV 80.31 140.81 209.09 -
System Red Green Blue C M Y K H S L
Decimal 194 18 103 0 0.91 0.47 0.24 331.02 0.83 0.42
Hex C2 12 67 0 5B 2F 18 14B 53 2A
Octal 302 22 147 0 133 57 30 513 123 52
Binary 11000010 10010 1100111 0 1011011 101111 11000 101001011 1010011 101010

Color Harmonies of #C21267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21267

Black with #C21267

Text Example


Text Example

White with #C21267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21267; }

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

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

background-color css

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

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

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

border-color css

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

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

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