Html Css Color HEX #CD30B1 Fuchsia

📋 copy color: '#CD30B1'

red 205 ◦ green 48 ◦ blue 177

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

Shades of Fuchsia #CD30B1

Tints of Fuchsia #CD30B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 41.16%

R = 47.67%
G = 11.16%
B = 41.16%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.14

 K value IS 0.20

RGB Variations

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

Color information

#CD30B1 (or 0xCD30B1) is known color: Fuchsia. HEX triplet: CD, 30 and B1. RGB value is (205,48,177). Sum of RGB (Red+Green+Blue) = 205+48+177=430 (56% of max value = 765). Red value is 205 (80.47% from 255 or 47.67% from 430); Green value is 48 (19.14% from 255 or 11.16% from 430); Blue value is 177 (69.53% from 255 or 41.16% from 430); Max value from RGB is 205 - color contains mainly: red. Hex color #CD30B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD30B1 is #32CF4E. Grayscale: #6D6D6D. Windows color (decimal): -3329871 or 11612365. OLE color: 11612365.

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

Color convert

RGB 205 48 177 -
CMYK 0 0.77 0.14 0.20
HSL 310.7º 0.62% 0.5% -
HSV(B) 310.7º 0.77% 0.8% -
XYZ 34.17 18.27 43.32 -
YUV 109.65 166.01 196.01 -
System Red Green Blue C M Y K H S L
Decimal 205 48 177 0 0.77 0.14 0.20 310.7 0.62 0.5
Hex CD 30 B1 0 4D E 14 137 3E 32
Octal 315 60 261 0 115 16 24 467 76 62
Binary 11001101 110000 10110001 0 1001101 1110 10100 100110111 111110 110010

Color Harmonies of #CD30B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD30B1

Black with #CD30B1

Text Example


Text Example

White with #CD30B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD30B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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