Html Css Color HEX #CD32B9 Fuchsia

📋 copy color: '#CD32B9'

red 205 ◦ green 50 ◦ blue 185

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

Shades of Fuchsia #CD32B9

Tints of Fuchsia #CD32B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 42.05%

R = 46.59%
G = 11.36%
B = 42.05%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.10

 K value IS 0.20

RGB Variations

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

Color information

#CD32B9 (or 0xCD32B9) is known color: Fuchsia. HEX triplet: CD, 32 and B9. RGB value is (205,50,185). Sum of RGB (Red+Green+Blue) = 205+50+185=440 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.59% from 440); Green value is 50 (19.92% from 255 or 11.36% from 440); Blue value is 185 (72.66% from 255 or 42.05% from 440); Max value from RGB is 205 - color contains mainly: red. Hex color #CD32B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD32B9 is #32CD46. Grayscale: #6F6F6F. Windows color (decimal): -3329351 or 12137165. OLE color: 12137165.

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

Color convert

RGB 205 50 185 -
CMYK 0 0.76 0.10 0.20
HSL 307.74º 0.61% 0.5% -
HSV(B) 307.74º 0.76% 0.8% -
XYZ 35.07 18.76 47.67 -
YUV 111.74 169.35 194.52 -
System Red Green Blue C M Y K H S L
Decimal 205 50 185 0 0.76 0.10 0.20 307.74 0.61 0.5
Hex CD 32 B9 0 4C A 14 134 3D 32
Octal 315 62 271 0 114 12 24 464 75 62
Binary 11001101 110010 10111001 0 1001100 1010 10100 100110100 111101 110010

Color Harmonies of #CD32B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD32B9

Black with #CD32B9

Text Example


Text Example

White with #CD32B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD32B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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