Html Css Color HEX #CF3461 Cerise

📋 copy color: '#CF3461'

red 207 ◦ green 52 ◦ blue 97

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

Shades of Cerise #CF3461

Tints of Cerise #CF3461

RGB

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

 GREEN value IS 52 (20.7% from 255) = 14.61%

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

R = 58.15%
G = 14.61%
B = 27.25%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.53

 K value IS 0.19

RGB Variations

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

Color information

#CF3461 (or 0xCF3461) is known color: Cerise. HEX triplet: CF, 34 and 61. RGB value is (207,52,97). Sum of RGB (Red+Green+Blue) = 207+52+97=356 (47% of max value = 765). Red value is 207 (81.25% from 255 or 58.15% from 356); Green value is 52 (20.70% from 255 or 14.61% from 356); Blue value is 97 (38.28% from 255 or 27.25% from 356); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3461 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF3461 is #30CB9E. Grayscale: #676767. Windows color (decimal): -3197855 or 6370511. OLE color: 6370511.

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

Color convert

RGB 207 52 97 -
CMYK 0 0.75 0.53 0.19
HSL 342.58º 0.62% 0.51% -
HSV(B) 342.58º 0.75% 0.81% -
XYZ 29.12 16.58 12.98 -
YUV 103.48 124.35 201.84 -
System Red Green Blue C M Y K H S L
Decimal 207 52 97 0 0.75 0.53 0.19 342.58 0.62 0.51
Hex CF 34 61 0 4B 35 13 157 3E 33
Octal 317 64 141 0 113 65 23 527 76 63
Binary 11001111 110100 1100001 0 1001011 110101 10011 101010111 111110 110011

Color Harmonies of #CF3461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF3461

Black with #CF3461

Text Example


Text Example

White with #CF3461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF3461; }

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

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

background-color css

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

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

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

border-color css

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

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

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