Html Css Color HEX #CF3961 Cerise

📋 copy color: '#CF3961'

red 207 ◦ green 57 ◦ blue 97

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

Shades of Cerise #CF3961

Tints of Cerise #CF3961

RGB

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

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

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

R = 57.34%
G = 15.79%
B = 26.87%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.53

 K value IS 0.19

RGB Variations

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

Color information

#CF3961 (or 0xCF3961) is known color: Cerise. HEX triplet: CF, 39 and 61. RGB value is (207,57,97). Sum of RGB (Red+Green+Blue) = 207+57+97=361 (47% of max value = 765). Red value is 207 (81.25% from 255 or 57.34% from 361); Green value is 57 (22.66% from 255 or 15.79% from 361); Blue value is 97 (38.28% from 255 or 26.87% from 361); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3961 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF3961 is #30C69E. Grayscale: #6A6A6A. Windows color (decimal): -3196575 or 6371791. OLE color: 6371791.

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

Color convert

RGB 207 57 97 -
CMYK 0 0.72 0.53 0.19
HSL 344º 0.61% 0.52% -
HSV(B) 344º 0.72% 0.81% -
XYZ 29.35 17.05 13.05 -
YUV 106.41 122.7 199.75 -
System Red Green Blue C M Y K H S L
Decimal 207 57 97 0 0.72 0.53 0.19 344 0.61 0.52
Hex CF 39 61 0 48 35 13 158 3D 34
Octal 317 71 141 0 110 65 23 530 75 64
Binary 11001111 111001 1100001 0 1001000 110101 10011 101011000 111101 110100

Color Harmonies of #CF3961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF3961

Black with #CF3961

Text Example


Text Example

White with #CF3961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF3961; }

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

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

background-color css

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

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

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

border-color css

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

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

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