Html Css Color HEX #CD309A Deep Cerise

📋 copy color: '#CD309A'

red 205 ◦ green 48 ◦ blue 154

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

Shades of Deep Cerise #CD309A

Tints of Deep Cerise #CD309A

RGB

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

 GREEN value IS 48 (19.14% from 255) = 11.79%

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

R = 50.37%
G = 11.79%
B = 37.84%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.25

 K value IS 0.20

RGB Variations

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

Color information

#CD309A (or 0xCD309A) is known color: Deep Cerise. HEX triplet: CD, 30 and 9A. RGB value is (205,48,154). Sum of RGB (Red+Green+Blue) = 205+48+154=407 (53% of max value = 765). Red value is 205 (80.47% from 255 or 50.37% from 407); Green value is 48 (19.14% from 255 or 11.79% from 407); Blue value is 154 (60.55% from 255 or 37.84% from 407); Max value from RGB is 205 - color contains mainly: red. Hex color #CD309A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD309A is #32CF65. Grayscale: #6A6A6A. Windows color (decimal): -3329894 or 10105037. OLE color: 10105037.

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

Color convert

RGB 205 48 154 -
CMYK 0 0.77 0.25 0.20
HSL 319.49º 0.62% 0.5% -
HSV(B) 319.49º 0.77% 0.8% -
XYZ 32.07 17.43 32.25 -
YUV 107.03 154.51 197.88 -
System Red Green Blue C M Y K H S L
Decimal 205 48 154 0 0.77 0.25 0.20 319.49 0.62 0.5
Hex CD 30 9A 0 4D 19 14 13F 3E 32
Octal 315 60 232 0 115 31 24 477 76 62
Binary 11001101 110000 10011010 0 1001101 11001 10100 100111111 111110 110010

Color Harmonies of #CD309A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD309A

Black with #CD309A

Text Example


Text Example

White with #CD309A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD309A; }

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

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

background-color css

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

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

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

border-color css

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

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

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