Html Css Color HEX #CF328A Deep Cerise

📋 copy color: '#CF328A'

red 207 ◦ green 50 ◦ blue 138

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

Shades of Deep Cerise #CF328A

Tints of Deep Cerise #CF328A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 34.94%

R = 52.41%
G = 12.66%
B = 34.94%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.33

 K value IS 0.19

RGB Variations

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

Color information

#CF328A (or 0xCF328A) is known color: Deep Cerise. HEX triplet: CF, 32 and 8A. RGB value is (207,50,138). Sum of RGB (Red+Green+Blue) = 207+50+138=395 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.41% from 395); Green value is 50 (19.92% from 255 or 12.66% from 395); Blue value is 138 (54.30% from 255 or 34.94% from 395); Max value from RGB is 207 - color contains mainly: red. Hex color #CF328A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF328A is #30CD75. Grayscale: #6A6A6A. Windows color (decimal): -3198326 or 9056975. OLE color: 9056975.

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

Color convert

RGB 207 50 138 -
CMYK 0 0.76 0.33 0.19
HSL 326.37º 0.62% 0.5% -
HSV(B) 326.37º 0.76% 0.81% -
XYZ 31.46 17.38 25.74 -
YUV 106.98 145.51 199.34 -
System Red Green Blue C M Y K H S L
Decimal 207 50 138 0 0.76 0.33 0.19 326.37 0.62 0.5
Hex CF 32 8A 0 4C 21 13 146 3E 32
Octal 317 62 212 0 114 41 23 506 76 62
Binary 11001111 110010 10001010 0 1001100 100001 10011 101000110 111110 110010

Color Harmonies of #CF328A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF328A

Black with #CF328A

Text Example


Text Example

White with #CF328A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF328A; }

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

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

background-color css

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

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

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

border-color css

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

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

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