Html Css Color HEX #CD30D3 Fuchsia

📋 copy color: '#CD30D3'

red 205 ◦ green 48 ◦ blue 211

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

Shades of Fuchsia #CD30D3

Tints of Fuchsia #CD30D3

RGB

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

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

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

R = 44.18%
G = 10.34%
B = 45.47%

CMYK

 C value IS 0.03

 M value IS 0.77

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#CD30D3 (or 0xCD30D3) is known color: Fuchsia. HEX triplet: CD, 30 and D3. RGB value is (205,48,211). Sum of RGB (Red+Green+Blue) = 205+48+211=464 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.18% from 464); Green value is 48 (19.14% from 255 or 10.34% from 464); Blue value is 211 (82.81% from 255 or 45.47% from 464); Max value from RGB is 211 - color contains mainly: blue. Hex color #CD30D3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD30D3 is #32CF2C. Grayscale: #717171. Windows color (decimal): -3329837 or 13840589. OLE color: 13840589.

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

Color convert

RGB 205 48 211 -
CMYK 0.03 0.77 0 0.17
HSL 297.79º 0.65% 0.51% -
HSV(B) 297.79º 0.77% 0.83% -
XYZ 37.99 19.8 63.45 -
YUV 113.53 183.01 193.25 -
System Red Green Blue C M Y K H S L
Decimal 205 48 211 0.03 0.77 0 0.17 297.79 0.65 0.51
Hex CD 30 D3 3 4D 0 11 12A 41 33
Octal 315 60 323 3 115 0 21 452 101 63
Binary 11001101 110000 11010011 11 1001101 0 10001 100101010 1000001 110011

Color Harmonies of #CD30D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD30D3

Black with #CD30D3

Text Example


Text Example

White with #CD30D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD30D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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