Html Css Color HEX #CF388D Deep Cerise

📋 copy color: '#CF388D'

red 207 ◦ green 56 ◦ blue 141

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

Shades of Deep Cerise #CF388D

Tints of Deep Cerise #CF388D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 34.9%

R = 51.24%
G = 13.86%
B = 34.9%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.32

 K value IS 0.19

RGB Variations

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

Color information

#CF388D (or 0xCF388D) is known color: Deep Cerise. HEX triplet: CF, 38 and 8D. RGB value is (207,56,141). Sum of RGB (Red+Green+Blue) = 207+56+141=404 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.24% from 404); Green value is 56 (22.27% from 255 or 13.86% from 404); Blue value is 141 (55.47% from 255 or 34.90% from 404); Max value from RGB is 207 - color contains mainly: red. Hex color #CF388D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF388D is #30C772. Grayscale: #6E6E6E. Windows color (decimal): -3196787 or 9255119. OLE color: 9255119.

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

Color convert

RGB 207 56 141 -
CMYK 0 0.73 0.32 0.19
HSL 326.23º 0.61% 0.52% -
HSV(B) 326.23º 0.73% 0.81% -
XYZ 31.95 18.02 26.99 -
YUV 110.84 145.03 196.59 -
System Red Green Blue C M Y K H S L
Decimal 207 56 141 0 0.73 0.32 0.19 326.23 0.61 0.52
Hex CF 38 8D 0 49 20 13 146 3D 34
Octal 317 70 215 0 111 40 23 506 75 64
Binary 11001111 111000 10001101 0 1001001 100000 10011 101000110 111101 110100

Color Harmonies of #CF388D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF388D

Black with #CF388D

Text Example


Text Example

White with #CF388D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF388D; }

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

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

background-color css

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

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

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

border-color css

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

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

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