Html Css Color HEX #CD338F Deep Cerise

📋 copy color: '#CD338F'

red 205 ◦ green 51 ◦ blue 143

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

Shades of Deep Cerise #CD338F

Tints of Deep Cerise #CD338F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 35.84%

R = 51.38%
G = 12.78%
B = 35.84%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.30

 K value IS 0.20

RGB Variations

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

Color information

#CD338F (or 0xCD338F) is known color: Deep Cerise. HEX triplet: CD, 33 and 8F. RGB value is (205,51,143). Sum of RGB (Red+Green+Blue) = 205+51+143=399 (52% of max value = 765). Red value is 205 (80.47% from 255 or 51.38% from 399); Green value is 51 (20.31% from 255 or 12.78% from 399); Blue value is 143 (56.25% from 255 or 35.84% from 399); Max value from RGB is 205 - color contains mainly: red. Hex color #CD338F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD338F is #32CC70. Grayscale: #6B6B6B. Windows color (decimal): -3329137 or 9384909. OLE color: 9384909.

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

Color convert

RGB 205 51 143 -
CMYK 0 0.75 0.30 0.20
HSL 324.16º 0.61% 0.5% -
HSV(B) 324.16º 0.75% 0.8% -
XYZ 31.32 17.33 27.68 -
YUV 107.53 148.02 197.52 -
System Red Green Blue C M Y K H S L
Decimal 205 51 143 0 0.75 0.30 0.20 324.16 0.61 0.5
Hex CD 33 8F 0 4B 1E 14 144 3D 32
Octal 315 63 217 0 113 36 24 504 75 62
Binary 11001101 110011 10001111 0 1001011 11110 10100 101000100 111101 110010

Color Harmonies of #CD338F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD338F

Black with #CD338F

Text Example


Text Example

White with #CD338F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD338F; }

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

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

background-color css

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

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

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

border-color css

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

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

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