Html Css Color HEX #CF3261 Cerise

📋 copy color: '#CF3261'

red 207 ◦ green 50 ◦ blue 97

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

Shades of Cerise #CF3261

Tints of Cerise #CF3261

RGB

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

 GREEN value IS 50 (19.92% from 255) = 14.12%

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

R = 58.47%
G = 14.12%
B = 27.4%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.53

 K value IS 0.19

RGB Variations

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

Color information

#CF3261 (or 0xCF3261) is known color: Cerise. HEX triplet: CF, 32 and 61. RGB value is (207,50,97). Sum of RGB (Red+Green+Blue) = 207+50+97=354 (46% of max value = 765). Red value is 207 (81.25% from 255 or 58.47% from 354); Green value is 50 (19.92% from 255 or 14.12% from 354); Blue value is 97 (38.28% from 255 or 27.40% from 354); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3261 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF3261 is #30CD9E. Grayscale: #666666. Windows color (decimal): -3198367 or 6369999. OLE color: 6369999.

HSL color Cylindrical-coordinate representation of color #CF3261: hue angle of 342.04º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CF3261 is Cyan = 0, Magento = 0.76, Yellow = 0.53 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 50 97 -
CMYK 0 0.76 0.53 0.19
HSL 342.04º 0.62% 0.5% -
HSV(B) 342.04º 0.76% 0.81% -
XYZ 29.03 16.41 12.95 -
YUV 102.3 125.01 202.68 -
System Red Green Blue C M Y K H S L
Decimal 207 50 97 0 0.76 0.53 0.19 342.04 0.62 0.5
Hex CF 32 61 0 4C 35 13 156 3E 32
Octal 317 62 141 0 114 65 23 526 76 62
Binary 11001111 110010 1100001 0 1001100 110101 10011 101010110 111110 110010

Color Harmonies of #CF3261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF3261

Black with #CF3261

Text Example


Text Example

White with #CF3261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF3261; }

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

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

background-color css

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

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

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

border-color css

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

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

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