Html Css Color HEX #CF2265 Cerise

📋 copy color: '#CF2265'

red 207 ◦ green 34 ◦ blue 101

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

Shades of Cerise #CF2265

Tints of Cerise #CF2265

RGB

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

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

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

R = 60.53%
G = 9.94%
B = 29.53%

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

#CF2265 (or 0xCF2265) is known color: Cerise. HEX triplet: CF, 22 and 65. RGB value is (207,34,101). Sum of RGB (Red+Green+Blue) = 207+34+101=342 (45% of max value = 765). Red value is 207 (81.25% from 255 or 60.53% from 342); Green value is 34 (13.67% from 255 or 9.94% from 342); Blue value is 101 (39.84% from 255 or 29.53% from 342); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2265 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF2265 is #30DD9A. Grayscale: #5D5D5D. Windows color (decimal): -3202459 or 6628047. OLE color: 6628047.

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

Color convert

RGB 207 34 101 -
CMYK 0 0.84 0.51 0.19
HSL 336.76º 0.72% 0.47% -
HSV(B) 336.76º 0.84% 0.81% -
XYZ 28.65 15.35 13.76 -
YUV 93.37 132.31 209.05 -
System Red Green Blue C M Y K H S L
Decimal 207 34 101 0 0.84 0.51 0.19 336.76 0.72 0.47
Hex CF 22 65 0 54 33 13 151 48 2F
Octal 317 42 145 0 124 63 23 521 110 57
Binary 11001111 100010 1100101 0 1010100 110011 10011 101010001 1001000 101111

Color Harmonies of #CF2265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF2265

Black with #CF2265

Text Example


Text Example

White with #CF2265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF2265; }

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

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

background-color css

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

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

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

border-color css

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

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

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