Html Css Color HEX #CF387D Deep Cerise

📋 copy color: '#CF387D'

red 207 ◦ green 56 ◦ blue 125

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

Shades of Deep Cerise #CF387D

Tints of Deep Cerise #CF387D

RGB

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

 GREEN value IS 56 (22.27% from 255) = 14.43%

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

R = 53.35%
G = 14.43%
B = 32.22%

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

#CF387D (or 0xCF387D) is known color: Deep Cerise. HEX triplet: CF, 38 and 7D. RGB value is (207,56,125). Sum of RGB (Red+Green+Blue) = 207+56+125=388 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.35% from 388); Green value is 56 (22.27% from 255 or 14.43% from 388); Blue value is 125 (49.22% from 255 or 32.22% from 388); Max value from RGB is 207 - color contains mainly: red. Hex color #CF387D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF387D is #30C782. Grayscale: #6C6C6C. Windows color (decimal): -3196803 or 8206543. OLE color: 8206543.

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

Color convert

RGB 207 56 125 -
CMYK 0 0.73 0.40 0.19
HSL 332.58º 0.61% 0.52% -
HSV(B) 332.58º 0.73% 0.81% -
XYZ 30.85 17.57 21.17 -
YUV 109.02 137.03 197.89 -
System Red Green Blue C M Y K H S L
Decimal 207 56 125 0 0.73 0.40 0.19 332.58 0.61 0.52
Hex CF 38 7D 0 49 28 13 14D 3D 34
Octal 317 70 175 0 111 50 23 515 75 64
Binary 11001111 111000 1111101 0 1001001 101000 10011 101001101 111101 110100

Color Harmonies of #CF387D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF387D

Black with #CF387D

Text Example


Text Example

White with #CF387D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF387D; }

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

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

background-color css

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

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

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

border-color css

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

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

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