Html Css Color HEX #CF379D Deep Cerise

📋 copy color: '#CF379D'

red 207 ◦ green 55 ◦ blue 157

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

Shades of Deep Cerise #CF379D

Tints of Deep Cerise #CF379D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 37.47%

R = 49.4%
G = 13.13%
B = 37.47%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.24

 K value IS 0.19

RGB Variations

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

Color information

#CF379D (or 0xCF379D) is known color: Deep Cerise. HEX triplet: CF, 37 and 9D. RGB value is (207,55,157). Sum of RGB (Red+Green+Blue) = 207+55+157=419 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.40% from 419); Green value is 55 (21.88% from 255 or 13.13% from 419); Blue value is 157 (61.72% from 255 or 37.47% from 419); Max value from RGB is 207 - color contains mainly: red. Hex color #CF379D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF379D is #30C862. Grayscale: #6F6F6F. Windows color (decimal): -3197027 or 10303439. OLE color: 10303439.

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

Color convert

RGB 207 55 157 -
CMYK 0 0.73 0.24 0.19
HSL 319.74º 0.61% 0.51% -
HSV(B) 319.74º 0.73% 0.81% -
XYZ 33.18 18.43 33.71 -
YUV 112.08 153.36 195.71 -
System Red Green Blue C M Y K H S L
Decimal 207 55 157 0 0.73 0.24 0.19 319.74 0.61 0.51
Hex CF 37 9D 0 49 18 13 140 3D 33
Octal 317 67 235 0 111 30 23 500 75 63
Binary 11001111 110111 10011101 0 1001001 11000 10011 101000000 111101 110011

Color Harmonies of #CF379D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF379D

Black with #CF379D

Text Example


Text Example

White with #CF379D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF379D; }

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

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

background-color css

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

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

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

border-color css

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

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

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