Html Css Color HEX #CF387E Deep Cerise

📋 copy color: '#CF387E'

red 207 ◦ green 56 ◦ blue 126

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

Shades of Deep Cerise #CF387E

Tints of Deep Cerise #CF387E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 32.39%

R = 53.21%
G = 14.4%
B = 32.39%

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

#CF387E (or 0xCF387E) is known color: Deep Cerise. HEX triplet: CF, 38 and 7E. RGB value is (207,56,126). Sum of RGB (Red+Green+Blue) = 207+56+126=389 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.21% from 389); Green value is 56 (22.27% from 255 or 14.40% from 389); Blue value is 126 (49.61% from 255 or 32.39% from 389); Max value from RGB is 207 - color contains mainly: red. Hex color #CF387E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF387E is #30C781. Grayscale: #6C6C6C. Windows color (decimal): -3196802 or 8272079. OLE color: 8272079.

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

Color convert

RGB 207 56 126 -
CMYK 0 0.73 0.39 0.19
HSL 332.19º 0.61% 0.52% -
HSV(B) 332.19º 0.73% 0.81% -
XYZ 30.91 17.6 21.51 -
YUV 109.13 137.53 197.81 -
System Red Green Blue C M Y K H S L
Decimal 207 56 126 0 0.73 0.39 0.19 332.19 0.61 0.52
Hex CF 38 7E 0 49 27 13 14C 3D 34
Octal 317 70 176 0 111 47 23 514 75 64
Binary 11001111 111000 1111110 0 1001001 100111 10011 101001100 111101 110100

Color Harmonies of #CF387E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF387E

Black with #CF387E

Text Example


Text Example

White with #CF387E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF387E; }

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

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

background-color css

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

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

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

border-color css

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

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

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