Html Css Color HEX #CF2985 Deep Cerise

📋 copy color: '#CF2985'

red 207 ◦ green 41 ◦ blue 133

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

Shades of Deep Cerise #CF2985

Tints of Deep Cerise #CF2985

RGB

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

 GREEN value IS 41 (16.41% from 255) = 10.76%

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

R = 54.33%
G = 10.76%
B = 34.91%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.36

 K value IS 0.19

RGB Variations

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

Color information

#CF2985 (or 0xCF2985) is known color: Deep Cerise. HEX triplet: CF, 29 and 85. RGB value is (207,41,133). Sum of RGB (Red+Green+Blue) = 207+41+133=381 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.33% from 381); Green value is 41 (16.41% from 255 or 10.76% from 381); Blue value is 133 (52.34% from 255 or 34.91% from 381); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2985 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF2985 is #30D67A. Grayscale: #646464. Windows color (decimal): -3200635 or 8726991. OLE color: 8726991.

HSL color Cylindrical-coordinate representation of color #CF2985: hue angle of 326.75º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CF2985 is Cyan = 0, Magento = 0.80, Yellow = 0.36 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 41 133 -
CMYK 0 0.80 0.36 0.19
HSL 326.75º 0.67% 0.49% -
HSV(B) 326.75º 0.8% 0.81% -
XYZ 30.76 16.54 23.76 -
YUV 101.12 146 203.52 -
System Red Green Blue C M Y K H S L
Decimal 207 41 133 0 0.80 0.36 0.19 326.75 0.67 0.49
Hex CF 29 85 0 50 24 13 147 43 31
Octal 317 51 205 0 120 44 23 507 103 61
Binary 11001111 101001 10000101 0 1010000 100100 10011 101000111 1000011 110001

Color Harmonies of #CF2985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF2985

Black with #CF2985

Text Example


Text Example

White with #CF2985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF2985; }

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

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

background-color css

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

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

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

border-color css

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

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

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