Html Css Color HEX #CD30C9 Fuchsia

📋 copy color: '#CD30C9'

red 205 ◦ green 48 ◦ blue 201

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

Shades of Fuchsia #CD30C9

Tints of Fuchsia #CD30C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 44.27%

R = 45.15%
G = 10.57%
B = 44.27%

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

#CD30C9 (or 0xCD30C9) is known color: Fuchsia. HEX triplet: CD, 30 and C9. RGB value is (205,48,201). Sum of RGB (Red+Green+Blue) = 205+48+201=454 (60% of max value = 765). Red value is 205 (80.47% from 255 or 45.15% from 454); Green value is 48 (19.14% from 255 or 10.57% from 454); Blue value is 201 (78.91% from 255 or 44.27% from 454); Max value from RGB is 205 - color contains mainly: red. Hex color #CD30C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD30C9 is #32CF36. Grayscale: #6F6F6F. Windows color (decimal): -3329847 or 13185229. OLE color: 13185229.

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

Color convert

RGB 205 48 201 -
CMYK 0 0.77 0.02 0.20
HSL 301.53º 0.62% 0.5% -
HSV(B) 301.53º 0.77% 0.8% -
XYZ 36.78 19.31 57.05 -
YUV 112.39 178.01 194.06 -
System Red Green Blue C M Y K H S L
Decimal 205 48 201 0 0.77 0.02 0.20 301.53 0.62 0.5
Hex CD 30 C9 0 4D 2 14 12E 3E 32
Octal 315 60 311 0 115 2 24 456 76 62
Binary 11001101 110000 11001001 0 1001101 10 10100 100101110 111110 110010

Color Harmonies of #CD30C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD30C9

Black with #CD30C9

Text Example


Text Example

White with #CD30C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD30C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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