Html Css Color HEX #CF2266 Cerise

📋 copy color: '#CF2266'

red 207 ◦ green 34 ◦ blue 102

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

Shades of Cerise #CF2266

Tints of Cerise #CF2266

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 29.74%

R = 60.35%
G = 9.91%
B = 29.74%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.51

 K value IS 0.19

RGB Variations

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

Color information

#CF2266 (or 0xCF2266) is known color: Cerise. HEX triplet: CF, 22 and 66. RGB value is (207,34,102). Sum of RGB (Red+Green+Blue) = 207+34+102=343 (45% of max value = 765). Red value is 207 (81.25% from 255 or 60.35% from 343); Green value is 34 (13.67% from 255 or 9.91% from 343); Blue value is 102 (40.23% from 255 or 29.74% from 343); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2266 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF2266 is #30DD99. Grayscale: #5D5D5D. Windows color (decimal): -3202458 or 6693583. OLE color: 6693583.

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

Color convert

RGB 207 34 102 -
CMYK 0 0.84 0.51 0.19
HSL 336.42º 0.72% 0.47% -
HSV(B) 336.42º 0.84% 0.81% -
XYZ 28.7 15.37 14.02 -
YUV 93.48 132.81 208.97 -
System Red Green Blue C M Y K H S L
Decimal 207 34 102 0 0.84 0.51 0.19 336.42 0.72 0.47
Hex CF 22 66 0 54 33 13 150 48 2F
Octal 317 42 146 0 124 63 23 520 110 57
Binary 11001111 100010 1100110 0 1010100 110011 10011 101010000 1001000 101111

Color Harmonies of #CF2266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF2266

Black with #CF2266

Text Example


Text Example

White with #CF2266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF2266; }

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

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

background-color css

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

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

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

border-color css

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

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

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