Html Css Color HEX #CD338C Deep Cerise

📋 copy color: '#CD338C'

red 205 ◦ green 51 ◦ blue 140

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

Shades of Deep Cerise #CD338C

Tints of Deep Cerise #CD338C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 35.35%

R = 51.77%
G = 12.88%
B = 35.35%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.32

 K value IS 0.20

RGB Variations

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

Color information

#CD338C (or 0xCD338C) is known color: Deep Cerise. HEX triplet: CD, 33 and 8C. RGB value is (205,51,140). Sum of RGB (Red+Green+Blue) = 205+51+140=396 (52% of max value = 765). Red value is 205 (80.47% from 255 or 51.77% from 396); Green value is 51 (20.31% from 255 or 12.88% from 396); Blue value is 140 (55.08% from 255 or 35.35% from 396); Max value from RGB is 205 - color contains mainly: red. Hex color #CD338C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD338C is #32CC73. Grayscale: #6A6A6A. Windows color (decimal): -3329140 or 9188301. OLE color: 9188301.

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

Color convert

RGB 205 51 140 -
CMYK 0 0.75 0.32 0.20
HSL 325.32º 0.61% 0.5% -
HSV(B) 325.32º 0.75% 0.8% -
XYZ 31.09 17.24 26.5 -
YUV 107.19 146.52 197.76 -
System Red Green Blue C M Y K H S L
Decimal 205 51 140 0 0.75 0.32 0.20 325.32 0.61 0.5
Hex CD 33 8C 0 4B 20 14 145 3D 32
Octal 315 63 214 0 113 40 24 505 75 62
Binary 11001101 110011 10001100 0 1001011 100000 10100 101000101 111101 110010

Color Harmonies of #CD338C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD338C

Black with #CD338C

Text Example


Text Example

White with #CD338C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD338C; }

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

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

background-color css

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

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

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

border-color css

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

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

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