Html Css Color HEX #CD339D Deep Cerise

📋 copy color: '#CD339D'

red 205 ◦ green 51 ◦ blue 157

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

Shades of Deep Cerise #CD339D

Tints of Deep Cerise #CD339D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 38.01%

R = 49.64%
G = 12.35%
B = 38.01%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.23

 K value IS 0.20

RGB Variations

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

Color information

#CD339D (or 0xCD339D) is known color: Deep Cerise. HEX triplet: CD, 33 and 9D. RGB value is (205,51,157). Sum of RGB (Red+Green+Blue) = 205+51+157=413 (54% of max value = 765). Red value is 205 (80.47% from 255 or 49.64% from 413); Green value is 51 (20.31% from 255 or 12.35% from 413); Blue value is 157 (61.72% from 255 or 38.01% from 413); Max value from RGB is 205 - color contains mainly: red. Hex color #CD339D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD339D is #32CC62. Grayscale: #6C6C6C. Windows color (decimal): -3329123 or 10302413. OLE color: 10302413.

HSL color Cylindrical-coordinate representation of color #CD339D: hue angle of 318.7º 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 #CD339D is Cyan = 0, Magento = 0.75, Yellow = 0.23 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 51 157 -
CMYK 0 0.75 0.23 0.20
HSL 318.7º 0.61% 0.5% -
HSV(B) 318.7º 0.75% 0.8% -
XYZ 32.45 17.78 33.62 -
YUV 109.13 155.02 196.38 -
System Red Green Blue C M Y K H S L
Decimal 205 51 157 0 0.75 0.23 0.20 318.7 0.61 0.5
Hex CD 33 9D 0 4B 17 14 13F 3D 32
Octal 315 63 235 0 113 27 24 477 75 62
Binary 11001101 110011 10011101 0 1001011 10111 10100 100111111 111101 110010

Color Harmonies of #CD339D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD339D

Black with #CD339D

Text Example


Text Example

White with #CD339D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD339D; }

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

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

background-color css

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

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

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

border-color css

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

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

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