Html Css Color HEX #CD32B2 Fuchsia

📋 copy color: '#CD32B2'

red 205 ◦ green 50 ◦ blue 178

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

Shades of Fuchsia #CD32B2

Tints of Fuchsia #CD32B2

RGB

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

 GREEN value IS 50 (19.92% from 255) = 11.55%

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

R = 47.34%
G = 11.55%
B = 41.11%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.13

 K value IS 0.20

RGB Variations

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

Color information

#CD32B2 (or 0xCD32B2) is known color: Fuchsia. HEX triplet: CD, 32 and B2. RGB value is (205,50,178). Sum of RGB (Red+Green+Blue) = 205+50+178=433 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.34% from 433); Green value is 50 (19.92% from 255 or 11.55% from 433); Blue value is 178 (69.92% from 255 or 41.11% from 433); Max value from RGB is 205 - color contains mainly: red. Hex color #CD32B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD32B2 is #32CD4D. Grayscale: #6E6E6E. Windows color (decimal): -3329358 or 11678413. OLE color: 11678413.

HSL color Cylindrical-coordinate representation of color #CD32B2: hue angle of 310.45º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CD32B2 is Cyan = 0, Magento = 0.76, Yellow = 0.13 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 50 178 -
CMYK 0 0.76 0.13 0.20
HSL 310.45º 0.61% 0.5% -
HSV(B) 310.45º 0.76% 0.8% -
XYZ 34.35 18.47 43.87 -
YUV 110.94 165.85 195.09 -
System Red Green Blue C M Y K H S L
Decimal 205 50 178 0 0.76 0.13 0.20 310.45 0.61 0.5
Hex CD 32 B2 0 4C D 14 136 3D 32
Octal 315 62 262 0 114 15 24 466 75 62
Binary 11001101 110010 10110010 0 1001100 1101 10100 100110110 111101 110010

Color Harmonies of #CD32B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD32B2

Black with #CD32B2

Text Example


Text Example

White with #CD32B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD32B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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