Html Css Color HEX #CF328D Deep Cerise

📋 copy color: '#CF328D'

red 207 ◦ green 50 ◦ blue 141

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

Shades of Deep Cerise #CF328D

Tints of Deep Cerise #CF328D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 35.43%

R = 52.01%
G = 12.56%
B = 35.43%

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

#CF328D (or 0xCF328D) is known color: Deep Cerise. HEX triplet: CF, 32 and 8D. RGB value is (207,50,141). Sum of RGB (Red+Green+Blue) = 207+50+141=398 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.01% from 398); Green value is 50 (19.92% from 255 or 12.56% from 398); Blue value is 141 (55.47% from 255 or 35.43% from 398); Max value from RGB is 207 - color contains mainly: red. Hex color #CF328D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF328D is #30CD72. Grayscale: #6B6B6B. Windows color (decimal): -3198323 or 9253583. OLE color: 9253583.

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

Color convert

RGB 207 50 141 -
CMYK 0 0.76 0.32 0.19
HSL 325.22º 0.62% 0.5% -
HSV(B) 325.22º 0.76% 0.81% -
XYZ 31.68 17.47 26.9 -
YUV 107.32 147.01 199.1 -
System Red Green Blue C M Y K H S L
Decimal 207 50 141 0 0.76 0.32 0.19 325.22 0.62 0.5
Hex CF 32 8D 0 4C 20 13 145 3E 32
Octal 317 62 215 0 114 40 23 505 76 62
Binary 11001111 110010 10001101 0 1001100 100000 10011 101000101 111110 110010

Color Harmonies of #CF328D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF328D

Black with #CF328D

Text Example


Text Example

White with #CF328D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF328D; }

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

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

background-color css

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

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

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

border-color css

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

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

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