Html Css Color HEX #CF3785 Deep Cerise

📋 copy color: '#CF3785'

red 207 ◦ green 55 ◦ blue 133

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

Shades of Deep Cerise #CF3785

Tints of Deep Cerise #CF3785

RGB

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

 GREEN value IS 55 (21.88% from 255) = 13.92%

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

R = 52.41%
G = 13.92%
B = 33.67%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.36

 K value IS 0.19

RGB Variations

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

Color information

#CF3785 (or 0xCF3785) is known color: Deep Cerise. HEX triplet: CF, 37 and 85. RGB value is (207,55,133). Sum of RGB (Red+Green+Blue) = 207+55+133=395 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.41% from 395); Green value is 55 (21.88% from 255 or 13.92% from 395); Blue value is 133 (52.34% from 255 or 33.67% from 395); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3785 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF3785 is #30C87A. Grayscale: #6D6D6D. Windows color (decimal): -3197051 or 8730575. OLE color: 8730575.

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

Color convert

RGB 207 55 133 -
CMYK 0 0.73 0.36 0.19
HSL 329.21º 0.61% 0.51% -
HSV(B) 329.21º 0.73% 0.81% -
XYZ 31.33 17.69 23.95 -
YUV 109.34 141.36 197.66 -
System Red Green Blue C M Y K H S L
Decimal 207 55 133 0 0.73 0.36 0.19 329.21 0.61 0.51
Hex CF 37 85 0 49 24 13 149 3D 33
Octal 317 67 205 0 111 44 23 511 75 63
Binary 11001111 110111 10000101 0 1001001 100100 10011 101001001 111101 110011

Color Harmonies of #CF3785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF3785

Black with #CF3785

Text Example


Text Example

White with #CF3785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF3785; }

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

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

background-color css

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

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

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

border-color css

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

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

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