Html Css Color HEX #CF2261 Cerise

📋 copy color: '#CF2261'

red 207 ◦ green 34 ◦ blue 97

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

Shades of Cerise #CF2261

Tints of Cerise #CF2261

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 28.7%

R = 61.24%
G = 10.06%
B = 28.7%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.53

 K value IS 0.19

RGB Variations

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

Color information

#CF2261 (or 0xCF2261) is known color: Cerise. HEX triplet: CF, 22 and 61. RGB value is (207,34,97). Sum of RGB (Red+Green+Blue) = 207+34+97=338 (44% of max value = 765). Red value is 207 (81.25% from 255 or 61.24% from 338); Green value is 34 (13.67% from 255 or 10.06% from 338); Blue value is 97 (38.28% from 255 or 28.70% from 338); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2261 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF2261 is #30DD9E. Grayscale: #5C5C5C. Windows color (decimal): -3202463 or 6365903. OLE color: 6365903.

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

Color convert

RGB 207 34 97 -
CMYK 0 0.84 0.53 0.19
HSL 338.15º 0.72% 0.47% -
HSV(B) 338.15º 0.84% 0.81% -
XYZ 28.46 15.27 12.76 -
YUV 92.91 130.31 209.38 -
System Red Green Blue C M Y K H S L
Decimal 207 34 97 0 0.84 0.53 0.19 338.15 0.72 0.47
Hex CF 22 61 0 54 35 13 152 48 2F
Octal 317 42 141 0 124 65 23 522 110 57
Binary 11001111 100010 1100001 0 1010100 110101 10011 101010010 1001000 101111

Color Harmonies of #CF2261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF2261

Black with #CF2261

Text Example


Text Example

White with #CF2261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF2261; }

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

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

background-color css

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

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

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

border-color css

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

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

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