Html Css Color HEX #CF377D Deep Cerise

📋 copy color: '#CF377D'

red 207 ◦ green 55 ◦ blue 125

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

Shades of Deep Cerise #CF377D

Tints of Deep Cerise #CF377D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 32.3%

R = 53.49%
G = 14.21%
B = 32.3%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.40

 K value IS 0.19

RGB Variations

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

Color information

#CF377D (or 0xCF377D) is known color: Deep Cerise. HEX triplet: CF, 37 and 7D. RGB value is (207,55,125). Sum of RGB (Red+Green+Blue) = 207+55+125=387 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.49% from 387); Green value is 55 (21.88% from 255 or 14.21% from 387); Blue value is 125 (49.22% from 255 or 32.30% from 387); Max value from RGB is 207 - color contains mainly: red. Hex color #CF377D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF377D is #30C882. Grayscale: #6C6C6C. Windows color (decimal): -3197059 or 8206287. OLE color: 8206287.

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

Color convert

RGB 207 55 125 -
CMYK 0 0.73 0.40 0.19
HSL 332.37º 0.61% 0.51% -
HSV(B) 332.37º 0.73% 0.81% -
XYZ 30.8 17.48 21.15 -
YUV 108.43 137.36 198.31 -
System Red Green Blue C M Y K H S L
Decimal 207 55 125 0 0.73 0.40 0.19 332.37 0.61 0.51
Hex CF 37 7D 0 49 28 13 14C 3D 33
Octal 317 67 175 0 111 50 23 514 75 63
Binary 11001111 110111 1111101 0 1001001 101000 10011 101001100 111101 110011

Color Harmonies of #CF377D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF377D

Black with #CF377D

Text Example


Text Example

White with #CF377D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF377D; }

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

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

background-color css

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

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

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

border-color css

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

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

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