Html Css Color HEX #CF226D Cerise

📋 copy color: '#CF226D'

red 207 ◦ green 34 ◦ blue 109

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

Shades of Cerise #CF226D

Tints of Cerise #CF226D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 31.14%

R = 59.14%
G = 9.71%
B = 31.14%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.47

 K value IS 0.19

RGB Variations

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

Color information

#CF226D (or 0xCF226D) is known color: Cerise. HEX triplet: CF, 22 and 6D. RGB value is (207,34,109). Sum of RGB (Red+Green+Blue) = 207+34+109=350 (46% of max value = 765). Red value is 207 (81.25% from 255 or 59.14% from 350); Green value is 34 (13.67% from 255 or 9.71% from 350); Blue value is 109 (42.97% from 255 or 31.14% from 350); Max value from RGB is 207 - color contains mainly: red. Hex color #CF226D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF226D is #30DD92. Grayscale: #5E5E5E. Windows color (decimal): -3202451 or 7152335. OLE color: 7152335.

HSL color Cylindrical-coordinate representation of color #CF226D: hue angle of 333.99º 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 #CF226D is Cyan = 0, Magento = 0.84, Yellow = 0.47 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 34 109 -
CMYK 0 0.84 0.47 0.19
HSL 333.99º 0.72% 0.47% -
HSV(B) 333.99º 0.84% 0.81% -
XYZ 29.06 15.51 15.93 -
YUV 94.28 136.31 208.4 -
System Red Green Blue C M Y K H S L
Decimal 207 34 109 0 0.84 0.47 0.19 333.99 0.72 0.47
Hex CF 22 6D 0 54 2F 13 14E 48 2F
Octal 317 42 155 0 124 57 23 516 110 57
Binary 11001111 100010 1101101 0 1010100 101111 10011 101001110 1001000 101111

Color Harmonies of #CF226D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF226D

Black with #CF226D

Text Example


Text Example

White with #CF226D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF226D; }

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

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

background-color css

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

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

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

border-color css

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

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

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