Html Css Color HEX #CD30B8 Fuchsia

📋 copy color: '#CD30B8'

red 205 ◦ green 48 ◦ blue 184

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

Shades of Fuchsia #CD30B8

Tints of Fuchsia #CD30B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 42.11%

R = 46.91%
G = 10.98%
B = 42.11%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.10

 K value IS 0.20

RGB Variations

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

Color information

#CD30B8 (or 0xCD30B8) is known color: Fuchsia. HEX triplet: CD, 30 and B8. RGB value is (205,48,184). Sum of RGB (Red+Green+Blue) = 205+48+184=437 (57% of max value = 765). Red value is 205 (80.47% from 255 or 46.91% from 437); Green value is 48 (19.14% from 255 or 10.98% from 437); Blue value is 184 (72.27% from 255 or 42.11% from 437); Max value from RGB is 205 - color contains mainly: red. Hex color #CD30B8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD30B8 is #32CF47. Grayscale: #6E6E6E. Windows color (decimal): -3329864 or 12071117. OLE color: 12071117.

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

Color convert

RGB 205 48 184 -
CMYK 0 0.77 0.10 0.20
HSL 308.03º 0.62% 0.5% -
HSV(B) 308.03º 0.77% 0.8% -
XYZ 34.89 18.55 47.09 -
YUV 110.45 169.51 195.44 -
System Red Green Blue C M Y K H S L
Decimal 205 48 184 0 0.77 0.10 0.20 308.03 0.62 0.5
Hex CD 30 B8 0 4D A 14 134 3E 32
Octal 315 60 270 0 115 12 24 464 76 62
Binary 11001101 110000 10111000 0 1001101 1010 10100 100110100 111110 110010

Color Harmonies of #CD30B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD30B8

Black with #CD30B8

Text Example


Text Example

White with #CD30B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD30B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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