Html Css Color HEX #CF2863 Cerise

📋 copy color: '#CF2863'

red 207 ◦ green 40 ◦ blue 99

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

Shades of Cerise #CF2863

Tints of Cerise #CF2863

RGB

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

 GREEN value IS 40 (16.02% from 255) = 11.56%

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

R = 59.83%
G = 11.56%
B = 28.61%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.52

 K value IS 0.19

RGB Variations

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

Color information

#CF2863 (or 0xCF2863) is known color: Cerise. HEX triplet: CF, 28 and 63. RGB value is (207,40,99). Sum of RGB (Red+Green+Blue) = 207+40+99=346 (45% of max value = 765). Red value is 207 (81.25% from 255 or 59.83% from 346); Green value is 40 (16.02% from 255 or 11.56% from 346); Blue value is 99 (39.06% from 255 or 28.61% from 346); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2863 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF2863 is #30D79C. Grayscale: #606060. Windows color (decimal): -3200925 or 6498511. OLE color: 6498511.

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

Color convert

RGB 207 40 99 -
CMYK 0 0.81 0.52 0.19
HSL 338.8º 0.68% 0.48% -
HSV(B) 338.8º 0.81% 0.81% -
XYZ 28.74 15.68 13.32 -
YUV 96.66 129.33 206.7 -
System Red Green Blue C M Y K H S L
Decimal 207 40 99 0 0.81 0.52 0.19 338.8 0.68 0.48
Hex CF 28 63 0 51 34 13 153 44 30
Octal 317 50 143 0 121 64 23 523 104 60
Binary 11001111 101000 1100011 0 1010001 110100 10011 101010011 1000100 110000

Color Harmonies of #CF2863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF2863

Black with #CF2863

Text Example


Text Example

White with #CF2863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF2863; }

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

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

background-color css

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

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

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

border-color css

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

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

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