Html Css Color HEX #CD3AD3 Fuchsia

📋 copy color: '#CD3AD3'

red 205 ◦ green 58 ◦ blue 211

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

Shades of Fuchsia #CD3AD3

Tints of Fuchsia #CD3AD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 44.51%

R = 43.25%
G = 12.24%
B = 44.51%

CMYK

 C value IS 0.03

 M value IS 0.73

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#CD3AD3 (or 0xCD3AD3) is known color: Fuchsia. HEX triplet: CD, 3A and D3. RGB value is (205,58,211). Sum of RGB (Red+Green+Blue) = 205+58+211=474 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.25% from 474); Green value is 58 (23.05% from 255 or 12.24% from 474); Blue value is 211 (82.81% from 255 or 44.51% from 474); Max value from RGB is 211 - color contains mainly: blue. Hex color #CD3AD3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD3AD3 is #32C52C. Grayscale: #767676. Windows color (decimal): -3327277 or 13843149. OLE color: 13843149.

HSL color Cylindrical-coordinate representation of color #CD3AD3: hue angle of 297.65º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CD3AD3 is Cyan = 0.03, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 205 58 211 -
CMYK 0.03 0.73 0 0.17
HSL 297.65º 0.63% 0.53% -
HSV(B) 297.65º 0.73% 0.83% -
XYZ 38.45 20.71 63.6 -
YUV 119.4 179.7 189.06 -
System Red Green Blue C M Y K H S L
Decimal 205 58 211 0.03 0.73 0 0.17 297.65 0.63 0.53
Hex CD 3A D3 3 49 0 11 12A 3F 35
Octal 315 72 323 3 111 0 21 452 77 65
Binary 11001101 111010 11010011 11 1001001 0 10001 100101010 111111 110101

Color Harmonies of #CD3AD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD3AD3

Black with #CD3AD3

Text Example


Text Example

White with #CD3AD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD3AD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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