Html Css Color HEX #CF3C8E Deep Cerise

📋 copy color: '#CF3C8E'

red 207 ◦ green 60 ◦ blue 142

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

Shades of Deep Cerise #CF3C8E

Tints of Deep Cerise #CF3C8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 34.72%

R = 50.61%
G = 14.67%
B = 34.72%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.31

 K value IS 0.19

RGB Variations

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

Color information

#CF3C8E (or 0xCF3C8E) is known color: Deep Cerise. HEX triplet: CF, 3C and 8E. RGB value is (207,60,142). Sum of RGB (Red+Green+Blue) = 207+60+142=409 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.61% from 409); Green value is 60 (23.83% from 255 or 14.67% from 409); Blue value is 142 (55.86% from 255 or 34.72% from 409); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3C8E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF3C8E is #30C371. Grayscale: #717171. Windows color (decimal): -3195762 or 9321679. OLE color: 9321679.

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

Color convert

RGB 207 60 142 -
CMYK 0 0.71 0.31 0.19
HSL 326.53º 0.6% 0.52% -
HSV(B) 326.53º 0.71% 0.81% -
XYZ 32.23 18.45 27.45 -
YUV 113.3 144.2 194.83 -
System Red Green Blue C M Y K H S L
Decimal 207 60 142 0 0.71 0.31 0.19 326.53 0.6 0.52
Hex CF 3C 8E 0 47 1F 13 147 3C 34
Octal 317 74 216 0 107 37 23 507 74 64
Binary 11001111 111100 10001110 0 1000111 11111 10011 101000111 111100 110100

Color Harmonies of #CF3C8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF3C8E

Black with #CF3C8E

Text Example


Text Example

White with #CF3C8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF3C8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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