Html Css Color HEX #CD339A Deep Cerise

📋 copy color: '#CD339A'

red 205 ◦ green 51 ◦ blue 154

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

Shades of Deep Cerise #CD339A

Tints of Deep Cerise #CD339A

RGB

 RED value IS 205 (80.47% from 255) = 50%

 GREEN value IS 51 (20.31% from 255) = 12.44%

 BLUE value IS 154 (60.55% from 255) = 37.56%

R = 50%
G = 12.44%
B = 37.56%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.25

 K value IS 0.20

RGB Variations

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

Color information

#CD339A (or 0xCD339A) is known color: Deep Cerise. HEX triplet: CD, 33 and 9A. RGB value is (205,51,154). Sum of RGB (Red+Green+Blue) = 205+51+154=410 (54% of max value = 765). Red value is 205 (80.47% from 255 or 50% from 410); Green value is 51 (20.31% from 255 or 12.44% from 410); Blue value is 154 (60.55% from 255 or 37.56% from 410); Max value from RGB is 205 - color contains mainly: red. Hex color #CD339A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD339A is #32CC65. Grayscale: #6C6C6C. Windows color (decimal): -3329126 or 10105805. OLE color: 10105805.

HSL color Cylindrical-coordinate representation of color #CD339A: hue angle of 319.87º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CD339A is Cyan = 0, Magento = 0.75, Yellow = 0.25 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 51 154 -
CMYK 0 0.75 0.25 0.20
HSL 319.87º 0.61% 0.5% -
HSV(B) 319.87º 0.75% 0.8% -
XYZ 32.19 17.68 32.29 -
YUV 108.79 153.52 196.62 -
System Red Green Blue C M Y K H S L
Decimal 205 51 154 0 0.75 0.25 0.20 319.87 0.61 0.5
Hex CD 33 9A 0 4B 19 14 140 3D 32
Octal 315 63 232 0 113 31 24 500 75 62
Binary 11001101 110011 10011010 0 1001011 11001 10100 101000000 111101 110010

Color Harmonies of #CD339A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD339A

Black with #CD339A

Text Example


Text Example

White with #CD339A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD339A; }

 p { color: rgb(205,51,154); }

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

background-color css

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

 a { background-color: rgb(205,51,154); }

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

border-color css

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

 span { border-color: rgb(205,51,154); }

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