Html Css Color HEX #C22268 Cerise

📋 copy color: '#C22268'

red 194 ◦ green 34 ◦ blue 104

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

Shades of Cerise #C22268

Tints of Cerise #C22268

RGB

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

 GREEN value IS 34 (13.67% from 255) = 10.24%

 BLUE value IS 104 (41.02% from 255) = 31.33%

R = 58.43%
G = 10.24%
B = 31.33%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.46

 K value IS 0.24

RGB Variations

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

Color information

#C22268 (or 0xC22268) is known color: Cerise. HEX triplet: C2, 22 and 68. RGB value is (194,34,104). Sum of RGB (Red+Green+Blue) = 194+34+104=332 (43% of max value = 765). Red value is 194 (76.17% from 255 or 58.43% from 332); Green value is 34 (13.67% from 255 or 10.24% from 332); Blue value is 104 (41.02% from 255 or 31.33% from 332); Max value from RGB is 194 - color contains mainly: red. Hex color #C22268 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C22268 is #3DDD97. Grayscale: #595959. Windows color (decimal): -4054424 or 6824642. OLE color: 6824642.

HSL color Cylindrical-coordinate representation of color #C22268: hue angle of 333.75º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C22268 is Cyan = 0, Magento = 0.82, Yellow = 0.46 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 34 104 -
CMYK 0 0.82 0.46 0.24
HSL 333.75º 0.7% 0.45% -
HSV(B) 333.75º 0.82% 0.76% -
XYZ 25.32 13.61 14.39 -
YUV 89.82 136.01 202.31 -
System Red Green Blue C M Y K H S L
Decimal 194 34 104 0 0.82 0.46 0.24 333.75 0.7 0.45
Hex C2 22 68 0 52 2E 18 14E 46 2D
Octal 302 42 150 0 122 56 30 516 106 55
Binary 11000010 100010 1101000 0 1010010 101110 11000 101001110 1000110 101101

Color Harmonies of #C22268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C22268

Black with #C22268

Text Example


Text Example

White with #C22268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C22268; }

 p { color: rgb(194,34,104); }

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

background-color css

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

 a { background-color: rgb(194,34,104); }

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

border-color css

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

 span { border-color: rgb(194,34,104); }

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