Html Css Color HEX #CD30AD Fuchsia

📋 copy color: '#CD30AD'

red 205 ◦ green 48 ◦ blue 173

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

Shades of Fuchsia #CD30AD

Tints of Fuchsia #CD30AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 40.61%

R = 48.12%
G = 11.27%
B = 40.61%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.16

 K value IS 0.20

RGB Variations

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

Color information

#CD30AD (or 0xCD30AD) is known color: Fuchsia. HEX triplet: CD, 30 and AD. RGB value is (205,48,173). Sum of RGB (Red+Green+Blue) = 205+48+173=426 (56% of max value = 765). Red value is 205 (80.47% from 255 or 48.12% from 426); Green value is 48 (19.14% from 255 or 11.27% from 426); Blue value is 173 (67.97% from 255 or 40.61% from 426); Max value from RGB is 205 - color contains mainly: red. Hex color #CD30AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD30AD is #32CF52. Grayscale: #6C6C6C. Windows color (decimal): -3329875 or 11350221. OLE color: 11350221.

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

Color convert

RGB 205 48 173 -
CMYK 0 0.77 0.16 0.20
HSL 312.23º 0.62% 0.5% -
HSV(B) 312.23º 0.77% 0.8% -
XYZ 33.78 18.11 41.25 -
YUV 109.19 164.01 196.34 -
System Red Green Blue C M Y K H S L
Decimal 205 48 173 0 0.77 0.16 0.20 312.23 0.62 0.5
Hex CD 30 AD 0 4D 10 14 138 3E 32
Octal 315 60 255 0 115 20 24 470 76 62
Binary 11001101 110000 10101101 0 1001101 10000 10100 100111000 111110 110010

Color Harmonies of #CD30AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD30AD

Black with #CD30AD

Text Example


Text Example

White with #CD30AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD30AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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