Html Css Color HEX #CF3779 Deep Cerise

📋 copy color: '#CF3779'

red 207 ◦ green 55 ◦ blue 121

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

Shades of Deep Cerise #CF3779

Tints of Deep Cerise #CF3779

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 31.59%

R = 54.05%
G = 14.36%
B = 31.59%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.42

 K value IS 0.19

RGB Variations

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

Color information

#CF3779 (or 0xCF3779) is known color: Deep Cerise. HEX triplet: CF, 37 and 79. RGB value is (207,55,121). Sum of RGB (Red+Green+Blue) = 207+55+121=383 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.05% from 383); Green value is 55 (21.88% from 255 or 14.36% from 383); Blue value is 121 (47.66% from 255 or 31.59% from 383); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3779 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF3779 is #30C886. Grayscale: #6B6B6B. Windows color (decimal): -3197063 or 7944143. OLE color: 7944143.

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

Color convert

RGB 207 55 121 -
CMYK 0 0.73 0.42 0.19
HSL 333.95º 0.61% 0.51% -
HSV(B) 333.95º 0.73% 0.81% -
XYZ 30.55 17.38 19.83 -
YUV 107.97 135.36 198.63 -
System Red Green Blue C M Y K H S L
Decimal 207 55 121 0 0.73 0.42 0.19 333.95 0.61 0.51
Hex CF 37 79 0 49 2A 13 14E 3D 33
Octal 317 67 171 0 111 52 23 516 75 63
Binary 11001111 110111 1111001 0 1001001 101010 10011 101001110 111101 110011

Color Harmonies of #CF3779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF3779

Black with #CF3779

Text Example


Text Example

White with #CF3779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF3779; }

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

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

background-color css

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

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

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

border-color css

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

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

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