Html Css Color HEX #CF226C Cerise

📋 copy color: '#CF226C'

red 207 ◦ green 34 ◦ blue 108

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

Shades of Cerise #CF226C

Tints of Cerise #CF226C

RGB

 RED value IS 207 (81.25% from 255) = 59.31%

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

 BLUE value IS 108 (42.58% from 255) = 30.95%

R = 59.31%
G = 9.74%
B = 30.95%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.48

 K value IS 0.19

RGB Variations

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

Color information

#CF226C (or 0xCF226C) is known color: Cerise. HEX triplet: CF, 22 and 6C. RGB value is (207,34,108). Sum of RGB (Red+Green+Blue) = 207+34+108=349 (46% of max value = 765). Red value is 207 (81.25% from 255 or 59.31% from 349); Green value is 34 (13.67% from 255 or 9.74% from 349); Blue value is 108 (42.58% from 255 or 30.95% from 349); Max value from RGB is 207 - color contains mainly: red. Hex color #CF226C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF226C is #30DD93. Grayscale: #5E5E5E. Windows color (decimal): -3202452 or 7086799. OLE color: 7086799.

HSL color Cylindrical-coordinate representation of color #CF226C: hue angle of 334.34º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CF226C is Cyan = 0, Magento = 0.84, Yellow = 0.48 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 34 108 -
CMYK 0 0.84 0.48 0.19
HSL 334.34º 0.72% 0.47% -
HSV(B) 334.34º 0.84% 0.81% -
XYZ 29.01 15.49 15.65 -
YUV 94.16 135.81 208.48 -
System Red Green Blue C M Y K H S L
Decimal 207 34 108 0 0.84 0.48 0.19 334.34 0.72 0.47
Hex CF 22 6C 0 54 30 13 14E 48 2F
Octal 317 42 154 0 124 60 23 516 110 57
Binary 11001111 100010 1101100 0 1010100 110000 10011 101001110 1001000 101111

Color Harmonies of #CF226C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF226C

Black with #CF226C

Text Example


Text Example

White with #CF226C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF226C; }

 p { color: rgb(207,34,108); }

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

background-color css

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

 a { background-color: rgb(207,34,108); }

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

border-color css

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

 span { border-color: rgb(207,34,108); }

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