Html Css Color HEX #CF2565 Cerise

📋 copy color: '#CF2565'

red 207 ◦ green 37 ◦ blue 101

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

Shades of Cerise #CF2565

Tints of Cerise #CF2565

RGB

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

 GREEN value IS 37 (14.84% from 255) = 10.72%

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

R = 60%
G = 10.72%
B = 29.28%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.51

 K value IS 0.19

RGB Variations

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

Color information

#CF2565 (or 0xCF2565) is known color: Cerise. HEX triplet: CF, 25 and 65. RGB value is (207,37,101). Sum of RGB (Red+Green+Blue) = 207+37+101=345 (45% of max value = 765). Red value is 207 (81.25% from 255 or 60% from 345); Green value is 37 (14.84% from 255 or 10.72% from 345); Blue value is 101 (39.84% from 255 or 29.28% from 345); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2565 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF2565 is #30DA9A. Grayscale: #5F5F5F. Windows color (decimal): -3201691 or 6628815. OLE color: 6628815.

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

Color convert

RGB 207 37 101 -
CMYK 0 0.82 0.51 0.19
HSL 337.41º 0.7% 0.48% -
HSV(B) 337.41º 0.82% 0.81% -
XYZ 28.74 15.53 13.79 -
YUV 95.13 131.32 207.8 -
System Red Green Blue C M Y K H S L
Decimal 207 37 101 0 0.82 0.51 0.19 337.41 0.7 0.48
Hex CF 25 65 0 52 33 13 151 46 30
Octal 317 45 145 0 122 63 23 521 106 60
Binary 11001111 100101 1100101 0 1010010 110011 10011 101010001 1000110 110000

Color Harmonies of #CF2565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF2565

Black with #CF2565

Text Example


Text Example

White with #CF2565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF2565; }

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

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

background-color css

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

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

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

border-color css

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

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

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