Html Css Color HEX #CD30B2 Fuchsia

📋 copy color: '#CD30B2'

red 205 ◦ green 48 ◦ blue 178

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

Shades of Fuchsia #CD30B2

Tints of Fuchsia #CD30B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 41.3%

R = 47.56%
G = 11.14%
B = 41.3%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.13

 K value IS 0.20

RGB Variations

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

Color information

#CD30B2 (or 0xCD30B2) is known color: Fuchsia. HEX triplet: CD, 30 and B2. RGB value is (205,48,178). Sum of RGB (Red+Green+Blue) = 205+48+178=431 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.56% from 431); Green value is 48 (19.14% from 255 or 11.14% from 431); Blue value is 178 (69.92% from 255 or 41.30% from 431); Max value from RGB is 205 - color contains mainly: red. Hex color #CD30B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD30B2 is #32CF4D. Grayscale: #6D6D6D. Windows color (decimal): -3329870 or 11677901. OLE color: 11677901.

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

Color convert

RGB 205 48 178 -
CMYK 0 0.77 0.13 0.20
HSL 310.32º 0.62% 0.5% -
HSV(B) 310.32º 0.77% 0.8% -
XYZ 34.27 18.31 43.85 -
YUV 109.76 166.51 195.93 -
System Red Green Blue C M Y K H S L
Decimal 205 48 178 0 0.77 0.13 0.20 310.32 0.62 0.5
Hex CD 30 B2 0 4D D 14 136 3E 32
Octal 315 60 262 0 115 15 24 466 76 62
Binary 11001101 110000 10110010 0 1001101 1101 10100 100110110 111110 110010

Color Harmonies of #CD30B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD30B2

Black with #CD30B2

Text Example


Text Example

White with #CD30B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD30B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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