Html Css Color HEX #CD3A8F Deep Cerise

📋 copy color: '#CD3A8F'

red 205 ◦ green 58 ◦ blue 143

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

Shades of Deep Cerise #CD3A8F

Tints of Deep Cerise #CD3A8F

RGB

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

 GREEN value IS 58 (23.05% from 255) = 14.29%

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

R = 50.49%
G = 14.29%
B = 35.22%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.30

 K value IS 0.20

RGB Variations

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

Color information

#CD3A8F (or 0xCD3A8F) is known color: Deep Cerise. HEX triplet: CD, 3A and 8F. RGB value is (205,58,143). Sum of RGB (Red+Green+Blue) = 205+58+143=406 (53% of max value = 765). Red value is 205 (80.47% from 255 or 50.49% from 406); Green value is 58 (23.05% from 255 or 14.29% from 406); Blue value is 143 (56.25% from 255 or 35.22% from 406); Max value from RGB is 205 - color contains mainly: red. Hex color #CD3A8F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD3A8F is #32C570. Grayscale: #6F6F6F. Windows color (decimal): -3327345 or 9386701. OLE color: 9386701.

HSL color Cylindrical-coordinate representation of color #CD3A8F: hue angle of 325.31º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CD3A8F is Cyan = 0, Magento = 0.72, Yellow = 0.30 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 58 143 -
CMYK 0 0.72 0.30 0.20
HSL 325.31º 0.6% 0.52% -
HSV(B) 325.31º 0.72% 0.8% -
XYZ 31.65 17.99 27.79 -
YUV 111.64 145.7 194.59 -
System Red Green Blue C M Y K H S L
Decimal 205 58 143 0 0.72 0.30 0.20 325.31 0.6 0.52
Hex CD 3A 8F 0 48 1E 14 145 3C 34
Octal 315 72 217 0 110 36 24 505 74 64
Binary 11001101 111010 10001111 0 1001000 11110 10100 101000101 111100 110100

Color Harmonies of #CD3A8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD3A8F

Black with #CD3A8F

Text Example


Text Example

White with #CD3A8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD3A8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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