Html Css Color HEX #CF328C Deep Cerise

📋 copy color: '#CF328C'

red 207 ◦ green 50 ◦ blue 140

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

Shades of Deep Cerise #CF328C

Tints of Deep Cerise #CF328C

RGB

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

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

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

R = 52.14%
G = 12.59%
B = 35.26%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.32

 K value IS 0.19

RGB Variations

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

Color information

#CF328C (or 0xCF328C) is known color: Deep Cerise. HEX triplet: CF, 32 and 8C. RGB value is (207,50,140). Sum of RGB (Red+Green+Blue) = 207+50+140=397 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.14% from 397); Green value is 50 (19.92% from 255 or 12.59% from 397); Blue value is 140 (55.08% from 255 or 35.26% from 397); Max value from RGB is 207 - color contains mainly: red. Hex color #CF328C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF328C is #30CD73. Grayscale: #6B6B6B. Windows color (decimal): -3198324 or 9188047. OLE color: 9188047.

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

Color convert

RGB 207 50 140 -
CMYK 0 0.76 0.32 0.19
HSL 325.61º 0.62% 0.5% -
HSV(B) 325.61º 0.76% 0.81% -
XYZ 31.61 17.44 26.51 -
YUV 107.2 146.51 199.18 -
System Red Green Blue C M Y K H S L
Decimal 207 50 140 0 0.76 0.32 0.19 325.61 0.62 0.5
Hex CF 32 8C 0 4C 20 13 146 3E 32
Octal 317 62 214 0 114 40 23 506 76 62
Binary 11001111 110010 10001100 0 1001100 100000 10011 101000110 111110 110010

Color Harmonies of #CF328C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF328C

Black with #CF328C

Text Example


Text Example

White with #CF328C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF328C; }

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

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

background-color css

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

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

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

border-color css

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

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

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