Html Css Color HEX #CD30CC Fuchsia

📋 copy color: '#CD30CC'

red 205 ◦ green 48 ◦ blue 204

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

Shades of Fuchsia #CD30CC

Tints of Fuchsia #CD30CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 44.64%

R = 44.86%
G = 10.5%
B = 44.64%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.00

 K value IS 0.20

RGB Variations

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

Color information

#CD30CC (or 0xCD30CC) is known color: Fuchsia. HEX triplet: CD, 30 and CC. RGB value is (205,48,204). Sum of RGB (Red+Green+Blue) = 205+48+204=457 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.86% from 457); Green value is 48 (19.14% from 255 or 10.50% from 457); Blue value is 204 (80.08% from 255 or 44.64% from 457); Max value from RGB is 205 - color contains mainly: red. Hex color #CD30CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD30CC is #32CF33. Grayscale: #707070. Windows color (decimal): -3329844 or 13381837. OLE color: 13381837.

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

Color convert

RGB 205 48 204 -
CMYK 0 0.77 0.00 0.20
HSL 300.38º 0.62% 0.5% -
HSV(B) 300.38º 0.77% 0.8% -
XYZ 37.13 19.45 58.92 -
YUV 112.73 179.51 193.82 -
System Red Green Blue C M Y K H S L
Decimal 205 48 204 0 0.77 0.00 0.20 300.38 0.62 0.5
Hex CD 30 CC 0 4D 0 14 12C 3E 32
Octal 315 60 314 0 115 0 24 454 76 62
Binary 11001101 110000 11001100 0 1001101 0 10100 100101100 111110 110010

Color Harmonies of #CD30CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD30CC

Black with #CD30CC

Text Example


Text Example

White with #CD30CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD30CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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