Html Css Color HEX #CF3781 Deep Cerise

📋 copy color: '#CF3781'

red 207 ◦ green 55 ◦ blue 129

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

Shades of Deep Cerise #CF3781

Tints of Deep Cerise #CF3781

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 32.99%

R = 52.94%
G = 14.07%
B = 32.99%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.38

 K value IS 0.19

RGB Variations

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

Color information

#CF3781 (or 0xCF3781) is known color: Deep Cerise. HEX triplet: CF, 37 and 81. RGB value is (207,55,129). Sum of RGB (Red+Green+Blue) = 207+55+129=391 (51% of max value = 765). Red value is 207 (81.25% from 255 or 52.94% from 391); Green value is 55 (21.88% from 255 or 14.07% from 391); Blue value is 129 (50.78% from 255 or 32.99% from 391); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3781 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF3781 is #30C87E. Grayscale: #6C6C6C. Windows color (decimal): -3197055 or 8468431. OLE color: 8468431.

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

Color convert

RGB 207 55 129 -
CMYK 0 0.73 0.38 0.19
HSL 330.79º 0.61% 0.51% -
HSV(B) 330.79º 0.73% 0.81% -
XYZ 31.06 17.58 22.53 -
YUV 108.88 139.36 197.98 -
System Red Green Blue C M Y K H S L
Decimal 207 55 129 0 0.73 0.38 0.19 330.79 0.61 0.51
Hex CF 37 81 0 49 26 13 14B 3D 33
Octal 317 67 201 0 111 46 23 513 75 63
Binary 11001111 110111 10000001 0 1001001 100110 10011 101001011 111101 110011

Color Harmonies of #CF3781

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF3781

Black with #CF3781

Text Example


Text Example

White with #CF3781

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF3781; }

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

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

background-color css

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

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

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

border-color css

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

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

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