Html Css Color HEX #CF387F Deep Cerise

📋 copy color: '#CF387F'

red 207 ◦ green 56 ◦ blue 127

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

Shades of Deep Cerise #CF387F

Tints of Deep Cerise #CF387F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 32.56%

R = 53.08%
G = 14.36%
B = 32.56%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.39

 K value IS 0.19

RGB Variations

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

Color information

#CF387F (or 0xCF387F) is known color: Deep Cerise. HEX triplet: CF, 38 and 7F. RGB value is (207,56,127). Sum of RGB (Red+Green+Blue) = 207+56+127=390 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.08% from 390); Green value is 56 (22.27% from 255 or 14.36% from 390); Blue value is 127 (50% from 255 or 32.56% from 390); Max value from RGB is 207 - color contains mainly: red. Hex color #CF387F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF387F is #30C780. Grayscale: #6D6D6D. Windows color (decimal): -3196801 or 8337615. OLE color: 8337615.

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

Color convert

RGB 207 56 127 -
CMYK 0 0.73 0.39 0.19
HSL 331.79º 0.61% 0.52% -
HSV(B) 331.79º 0.73% 0.81% -
XYZ 30.98 17.63 21.85 -
YUV 109.24 138.03 197.73 -
System Red Green Blue C M Y K H S L
Decimal 207 56 127 0 0.73 0.39 0.19 331.79 0.61 0.52
Hex CF 38 7F 0 49 27 13 14C 3D 34
Octal 317 70 177 0 111 47 23 514 75 64
Binary 11001111 111000 1111111 0 1001001 100111 10011 101001100 111101 110100

Color Harmonies of #CF387F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF387F

Black with #CF387F

Text Example


Text Example

White with #CF387F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF387F; }

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

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

background-color css

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

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

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

border-color css

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

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

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