Html Css Color HEX #CF388C Deep Cerise

📋 copy color: '#CF388C'

red 207 ◦ green 56 ◦ blue 140

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

Shades of Deep Cerise #CF388C

Tints of Deep Cerise #CF388C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 34.74%

R = 51.36%
G = 13.9%
B = 34.74%

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

#CF388C (or 0xCF388C) is known color: Deep Cerise. HEX triplet: CF, 38 and 8C. RGB value is (207,56,140). Sum of RGB (Red+Green+Blue) = 207+56+140=403 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.36% from 403); Green value is 56 (22.27% from 255 or 13.90% from 403); Blue value is 140 (55.08% from 255 or 34.74% from 403); Max value from RGB is 207 - color contains mainly: red. Hex color #CF388C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF388C is #30C773. Grayscale: #6E6E6E. Windows color (decimal): -3196788 or 9189583. OLE color: 9189583.

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

Color convert

RGB 207 56 140 -
CMYK 0 0.73 0.32 0.19
HSL 326.62º 0.61% 0.52% -
HSV(B) 326.62º 0.73% 0.81% -
XYZ 31.88 17.99 26.6 -
YUV 110.73 144.53 196.67 -
System Red Green Blue C M Y K H S L
Decimal 207 56 140 0 0.73 0.32 0.19 326.62 0.61 0.52
Hex CF 38 8C 0 49 20 13 147 3D 34
Octal 317 70 214 0 111 40 23 507 75 64
Binary 11001111 111000 10001100 0 1001001 100000 10011 101000111 111101 110100

Color Harmonies of #CF388C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF388C

Black with #CF388C

Text Example


Text Example

White with #CF388C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF388C; }

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

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

background-color css

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

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

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

border-color css

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

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

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