Html Css Color HEX #CF3963 Cerise

📋 copy color: '#CF3963'

red 207 ◦ green 57 ◦ blue 99

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

Shades of Cerise #CF3963

Tints of Cerise #CF3963

RGB

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

 GREEN value IS 57 (22.66% from 255) = 15.7%

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

R = 57.02%
G = 15.7%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.52

 K value IS 0.19

RGB Variations

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

Color information

#CF3963 (or 0xCF3963) is known color: Cerise. HEX triplet: CF, 39 and 63. RGB value is (207,57,99). Sum of RGB (Red+Green+Blue) = 207+57+99=363 (48% of max value = 765). Red value is 207 (81.25% from 255 or 57.02% from 363); Green value is 57 (22.66% from 255 or 15.70% from 363); Blue value is 99 (39.06% from 255 or 27.27% from 363); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3963 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF3963 is #30C69C. Grayscale: #6A6A6A. Windows color (decimal): -3196573 or 6502863. OLE color: 6502863.

HSL color Cylindrical-coordinate representation of color #CF3963: hue angle of 343.2º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CF3963 is Cyan = 0, Magento = 0.72, Yellow = 0.52 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 57 99 -
CMYK 0 0.72 0.52 0.19
HSL 343.2º 0.61% 0.52% -
HSV(B) 343.2º 0.72% 0.81% -
XYZ 29.45 17.09 13.55 -
YUV 106.64 123.7 199.58 -
System Red Green Blue C M Y K H S L
Decimal 207 57 99 0 0.72 0.52 0.19 343.2 0.61 0.52
Hex CF 39 63 0 48 34 13 157 3D 34
Octal 317 71 143 0 110 64 23 527 75 64
Binary 11001111 111001 1100011 0 1001000 110100 10011 101010111 111101 110100

Color Harmonies of #CF3963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF3963

Black with #CF3963

Text Example


Text Example

White with #CF3963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF3963; }

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

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

background-color css

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

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

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

border-color css

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

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

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