Html Css Color HEX #CF3463 Cerise

📋 copy color: '#CF3463'

red 207 ◦ green 52 ◦ blue 99

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

Shades of Cerise #CF3463

Tints of Cerise #CF3463

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 27.65%

R = 57.82%
G = 14.53%
B = 27.65%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.52

 K value IS 0.19

RGB Variations

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

Color information

#CF3463 (or 0xCF3463) is known color: Cerise. HEX triplet: CF, 34 and 63. RGB value is (207,52,99). Sum of RGB (Red+Green+Blue) = 207+52+99=358 (47% of max value = 765). Red value is 207 (81.25% from 255 or 57.82% from 358); Green value is 52 (20.70% from 255 or 14.53% from 358); Blue value is 99 (39.06% from 255 or 27.65% from 358); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3463 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF3463 is #30CB9C. Grayscale: #676767. Windows color (decimal): -3197853 or 6501583. OLE color: 6501583.

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

Color convert

RGB 207 52 99 -
CMYK 0 0.75 0.52 0.19
HSL 341.81º 0.62% 0.51% -
HSV(B) 341.81º 0.75% 0.81% -
XYZ 29.21 16.62 13.47 -
YUV 103.7 125.35 201.68 -
System Red Green Blue C M Y K H S L
Decimal 207 52 99 0 0.75 0.52 0.19 341.81 0.62 0.51
Hex CF 34 63 0 4B 34 13 156 3E 33
Octal 317 64 143 0 113 64 23 526 76 63
Binary 11001111 110100 1100011 0 1001011 110100 10011 101010110 111110 110011

Color Harmonies of #CF3463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF3463

Black with #CF3463

Text Example


Text Example

White with #CF3463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF3463; }

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

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

background-color css

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

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

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

border-color css

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

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

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