Html Css Color HEX #CF2865 Cerise

📋 copy color: '#CF2865'

red 207 ◦ green 40 ◦ blue 101

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

Shades of Cerise #CF2865

Tints of Cerise #CF2865

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 29.02%

R = 59.48%
G = 11.49%
B = 29.02%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.51

 K value IS 0.19

RGB Variations

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

Color information

#CF2865 (or 0xCF2865) is known color: Cerise. HEX triplet: CF, 28 and 65. RGB value is (207,40,101). Sum of RGB (Red+Green+Blue) = 207+40+101=348 (46% of max value = 765). Red value is 207 (81.25% from 255 or 59.48% from 348); Green value is 40 (16.02% from 255 or 11.49% from 348); Blue value is 101 (39.84% from 255 or 29.02% from 348); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2865 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF2865 is #30D79A. Grayscale: #606060. Windows color (decimal): -3200923 or 6629583. OLE color: 6629583.

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

Color convert

RGB 207 40 101 -
CMYK 0 0.81 0.51 0.19
HSL 338.08º 0.68% 0.48% -
HSV(B) 338.08º 0.81% 0.81% -
XYZ 28.84 15.72 13.83 -
YUV 96.89 130.33 206.54 -
System Red Green Blue C M Y K H S L
Decimal 207 40 101 0 0.81 0.51 0.19 338.08 0.68 0.48
Hex CF 28 65 0 51 33 13 152 44 30
Octal 317 50 145 0 121 63 23 522 104 60
Binary 11001111 101000 1100101 0 1010001 110011 10011 101010010 1000100 110000

Color Harmonies of #CF2865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF2865

Black with #CF2865

Text Example


Text Example

White with #CF2865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF2865; }

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

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

background-color css

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

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

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

border-color css

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

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

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