Html Css Color HEX #CD30C8 Fuchsia

📋 copy color: '#CD30C8'

red 205 ◦ green 48 ◦ blue 200

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

Shades of Fuchsia #CD30C8

Tints of Fuchsia #CD30C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 44.15%

R = 45.25%
G = 10.6%
B = 44.15%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.02

 K value IS 0.20

RGB Variations

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

Color information

#CD30C8 (or 0xCD30C8) is known color: Fuchsia. HEX triplet: CD, 30 and C8. RGB value is (205,48,200). Sum of RGB (Red+Green+Blue) = 205+48+200=453 (60% of max value = 765). Red value is 205 (80.47% from 255 or 45.25% from 453); Green value is 48 (19.14% from 255 or 10.60% from 453); Blue value is 200 (78.52% from 255 or 44.15% from 453); Max value from RGB is 205 - color contains mainly: red. Hex color #CD30C8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD30C8 is #32CF37. Grayscale: #6F6F6F. Windows color (decimal): -3329848 or 13119693. OLE color: 13119693.

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

Color convert

RGB 205 48 200 -
CMYK 0 0.77 0.02 0.20
HSL 301.91º 0.62% 0.5% -
HSV(B) 301.91º 0.77% 0.8% -
XYZ 36.66 19.26 56.43 -
YUV 112.27 177.51 194.14 -
System Red Green Blue C M Y K H S L
Decimal 205 48 200 0 0.77 0.02 0.20 301.91 0.62 0.5
Hex CD 30 C8 0 4D 2 14 12E 3E 32
Octal 315 60 310 0 115 2 24 456 76 62
Binary 11001101 110000 11001000 0 1001101 10 10100 100101110 111110 110010

Color Harmonies of #CD30C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD30C8

Black with #CD30C8

Text Example


Text Example

White with #CD30C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD30C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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