Html Css Color HEX #CF3D80 Deep Cerise

📋 copy color: '#CF3D80'

red 207 ◦ green 61 ◦ blue 128

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

Shades of Deep Cerise #CF3D80

Tints of Deep Cerise #CF3D80

RGB

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

 GREEN value IS 61 (24.22% from 255) = 15.4%

 BLUE value IS 128 (50.39% from 255) = 32.32%

R = 52.27%
G = 15.4%
B = 32.32%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.38

 K value IS 0.19

RGB Variations

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

Color information

#CF3D80 (or 0xCF3D80) is known color: Deep Cerise. HEX triplet: CF, 3D and 80. RGB value is (207,61,128). Sum of RGB (Red+Green+Blue) = 207+61+128=396 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.27% from 396); Green value is 61 (24.22% from 255 or 15.40% from 396); Blue value is 128 (50.39% from 255 or 32.32% from 396); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3D80 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF3D80 is #30C27F. Grayscale: #707070. Windows color (decimal): -3195520 or 8404431. OLE color: 8404431.

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

Color convert

RGB 207 61 128 -
CMYK 0 0.71 0.38 0.19
HSL 332.47º 0.6% 0.53% -
HSV(B) 332.47º 0.71% 0.81% -
XYZ 31.3 18.16 22.28 -
YUV 112.29 136.87 195.55 -
System Red Green Blue C M Y K H S L
Decimal 207 61 128 0 0.71 0.38 0.19 332.47 0.6 0.53
Hex CF 3D 80 0 47 26 13 14C 3C 35
Octal 317 75 200 0 107 46 23 514 74 65
Binary 11001111 111101 10000000 0 1000111 100110 10011 101001100 111100 110101

Color Harmonies of #CF3D80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF3D80

Black with #CF3D80

Text Example


Text Example

White with #CF3D80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF3D80; }

 p { color: rgb(207,61,128); }

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

background-color css

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

 a { background-color: rgb(207,61,128); }

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

border-color css

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

 span { border-color: rgb(207,61,128); }

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