Html Css Color HEX #CF3985 Deep Cerise

📋 copy color: '#CF3985'

red 207 ◦ green 57 ◦ blue 133

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

Shades of Deep Cerise #CF3985

Tints of Deep Cerise #CF3985

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 33.5%

R = 52.14%
G = 14.36%
B = 33.5%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.36

 K value IS 0.19

RGB Variations

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

Color information

#CF3985 (or 0xCF3985) is known color: Deep Cerise. HEX triplet: CF, 39 and 85. RGB value is (207,57,133). Sum of RGB (Red+Green+Blue) = 207+57+133=397 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.14% from 397); Green value is 57 (22.66% from 255 or 14.36% from 397); Blue value is 133 (52.34% from 255 or 33.50% from 397); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3985 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF3985 is #30C67A. Grayscale: #6E6E6E. Windows color (decimal): -3196539 or 8731087. OLE color: 8731087.

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

Color convert

RGB 207 57 133 -
CMYK 0 0.72 0.36 0.19
HSL 329.6º 0.61% 0.52% -
HSV(B) 329.6º 0.72% 0.81% -
XYZ 31.43 17.89 23.99 -
YUV 110.51 140.7 196.82 -
System Red Green Blue C M Y K H S L
Decimal 207 57 133 0 0.72 0.36 0.19 329.6 0.61 0.52
Hex CF 39 85 0 48 24 13 14A 3D 34
Octal 317 71 205 0 110 44 23 512 75 64
Binary 11001111 111001 10000101 0 1001000 100100 10011 101001010 111101 110100

Color Harmonies of #CF3985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF3985

Black with #CF3985

Text Example


Text Example

White with #CF3985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF3985; }

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

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

background-color css

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

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

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

border-color css

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

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

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