Html Css Color HEX #CF3C7C Deep Cerise

📋 copy color: '#CF3C7C'

red 207 ◦ green 60 ◦ blue 124

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

Shades of Deep Cerise #CF3C7C

Tints of Deep Cerise #CF3C7C

RGB

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

 GREEN value IS 60 (23.83% from 255) = 15.35%

 BLUE value IS 124 (48.83% from 255) = 31.71%

R = 52.94%
G = 15.35%
B = 31.71%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.40

 K value IS 0.19

RGB Variations

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

Color information

#CF3C7C (or 0xCF3C7C) is known color: Deep Cerise. HEX triplet: CF, 3C and 7C. RGB value is (207,60,124). Sum of RGB (Red+Green+Blue) = 207+60+124=391 (51% of max value = 765). Red value is 207 (81.25% from 255 or 52.94% from 391); Green value is 60 (23.83% from 255 or 15.35% from 391); Blue value is 124 (48.83% from 255 or 31.71% from 391); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3C7C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF3C7C is #30C383. Grayscale: #6F6F6F. Windows color (decimal): -3195780 or 8142031. OLE color: 8142031.

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

Color convert

RGB 207 60 124 -
CMYK 0 0.71 0.40 0.19
HSL 333.88º 0.6% 0.52% -
HSV(B) 333.88º 0.71% 0.81% -
XYZ 30.99 17.95 20.9 -
YUV 111.25 135.2 196.3 -
System Red Green Blue C M Y K H S L
Decimal 207 60 124 0 0.71 0.40 0.19 333.88 0.6 0.52
Hex CF 3C 7C 0 47 28 13 14E 3C 34
Octal 317 74 174 0 107 50 23 516 74 64
Binary 11001111 111100 1111100 0 1000111 101000 10011 101001110 111100 110100

Color Harmonies of #CF3C7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF3C7C

Black with #CF3C7C

Text Example


Text Example

White with #CF3C7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF3C7C; }

 p { color: rgb(207,60,124); }

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

background-color css

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

 a { background-color: rgb(207,60,124); }

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

border-color css

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

 span { border-color: rgb(207,60,124); }

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