Html Css Color HEX #CF2263 Cerise

📋 copy color: '#CF2263'

red 207 ◦ green 34 ◦ blue 99

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

Shades of Cerise #CF2263

Tints of Cerise #CF2263

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 29.12%

R = 60.88%
G = 10%
B = 29.12%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.52

 K value IS 0.19

RGB Variations

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

Color information

#CF2263 (or 0xCF2263) is known color: Cerise. HEX triplet: CF, 22 and 63. RGB value is (207,34,99). Sum of RGB (Red+Green+Blue) = 207+34+99=340 (45% of max value = 765). Red value is 207 (81.25% from 255 or 60.88% from 340); Green value is 34 (13.67% from 255 or 10% from 340); Blue value is 99 (39.06% from 255 or 29.12% from 340); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2263 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF2263 is #30DD9C. Grayscale: #5D5D5D. Windows color (decimal): -3202461 or 6496975. OLE color: 6496975.

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

Color convert

RGB 207 34 99 -
CMYK 0 0.84 0.52 0.19
HSL 337.46º 0.72% 0.47% -
HSV(B) 337.46º 0.84% 0.81% -
XYZ 28.56 15.31 13.25 -
YUV 93.14 131.31 209.21 -
System Red Green Blue C M Y K H S L
Decimal 207 34 99 0 0.84 0.52 0.19 337.46 0.72 0.47
Hex CF 22 63 0 54 34 13 151 48 2F
Octal 317 42 143 0 124 64 23 521 110 57
Binary 11001111 100010 1100011 0 1010100 110100 10011 101010001 1001000 101111

Color Harmonies of #CF2263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF2263

Black with #CF2263

Text Example


Text Example

White with #CF2263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF2263; }

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

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

background-color css

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

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

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

border-color css

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

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

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