Html Css Color HEX #CF327C Deep Cerise

📋 copy color: '#CF327C'

red 207 ◦ green 50 ◦ blue 124

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

Shades of Deep Cerise #CF327C

Tints of Deep Cerise #CF327C

RGB

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

 GREEN value IS 50 (19.92% from 255) = 13.12%

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

R = 54.33%
G = 13.12%
B = 32.55%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.40

 K value IS 0.19

RGB Variations

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

Color information

#CF327C (or 0xCF327C) is known color: Deep Cerise. HEX triplet: CF, 32 and 7C. RGB value is (207,50,124). Sum of RGB (Red+Green+Blue) = 207+50+124=381 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.33% from 381); Green value is 50 (19.92% from 255 or 13.12% from 381); Blue value is 124 (48.83% from 255 or 32.55% from 381); Max value from RGB is 207 - color contains mainly: red. Hex color #CF327C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF327C is #30CD83. Grayscale: #696969. Windows color (decimal): -3198340 or 8139471. OLE color: 8139471.

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

Color convert

RGB 207 50 124 -
CMYK 0 0.76 0.40 0.19
HSL 331.72º 0.62% 0.5% -
HSV(B) 331.72º 0.76% 0.81% -
XYZ 30.51 17 20.74 -
YUV 105.38 138.51 200.48 -
System Red Green Blue C M Y K H S L
Decimal 207 50 124 0 0.76 0.40 0.19 331.72 0.62 0.5
Hex CF 32 7C 0 4C 28 13 14C 3E 32
Octal 317 62 174 0 114 50 23 514 76 62
Binary 11001111 110010 1111100 0 1001100 101000 10011 101001100 111110 110010

Color Harmonies of #CF327C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF327C

Black with #CF327C

Text Example


Text Example

White with #CF327C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF327C; }

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

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

background-color css

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

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

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

border-color css

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

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

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