Html Css Color HEX #CF327A Deep Cerise

📋 copy color: '#CF327A'

red 207 ◦ green 50 ◦ blue 122

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

Shades of Deep Cerise #CF327A

Tints of Deep Cerise #CF327A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 32.19%

R = 54.62%
G = 13.19%
B = 32.19%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.41

 K value IS 0.19

RGB Variations

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

Color information

#CF327A (or 0xCF327A) is known color: Deep Cerise. HEX triplet: CF, 32 and 7A. RGB value is (207,50,122). Sum of RGB (Red+Green+Blue) = 207+50+122=379 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.62% from 379); Green value is 50 (19.92% from 255 or 13.19% from 379); Blue value is 122 (48.05% from 255 or 32.19% from 379); Max value from RGB is 207 - color contains mainly: red. Hex color #CF327A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF327A is #30CD85. Grayscale: #696969. Windows color (decimal): -3198342 or 8008399. OLE color: 8008399.

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

Color convert

RGB 207 50 122 -
CMYK 0 0.76 0.41 0.19
HSL 332.48º 0.62% 0.5% -
HSV(B) 332.48º 0.76% 0.81% -
XYZ 30.39 16.95 20.08 -
YUV 105.15 137.51 200.65 -
System Red Green Blue C M Y K H S L
Decimal 207 50 122 0 0.76 0.41 0.19 332.48 0.62 0.5
Hex CF 32 7A 0 4C 29 13 14C 3E 32
Octal 317 62 172 0 114 51 23 514 76 62
Binary 11001111 110010 1111010 0 1001100 101001 10011 101001100 111110 110010

Color Harmonies of #CF327A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF327A

Black with #CF327A

Text Example


Text Example

White with #CF327A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF327A; }

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

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

background-color css

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

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

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

border-color css

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

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

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