Html Css Color HEX #CD47CA Fuchsia

📋 copy color: '#CD47CA'

red 205 ◦ green 71 ◦ blue 202

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

Shades of Fuchsia #CD47CA

Tints of Fuchsia #CD47CA

RGB

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

 GREEN value IS 71 (28.13% from 255) = 14.85%

 BLUE value IS 202 (79.3% from 255) = 42.26%

R = 42.89%
G = 14.85%
B = 42.26%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.01

 K value IS 0.20

RGB Variations

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

Color information

#CD47CA (or 0xCD47CA) is known color: Fuchsia. HEX triplet: CD, 47 and CA. RGB value is (205,71,202). Sum of RGB (Red+Green+Blue) = 205+71+202=478 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.89% from 478); Green value is 71 (28.12% from 255 or 14.85% from 478); Blue value is 202 (79.30% from 255 or 42.26% from 478); Max value from RGB is 205 - color contains mainly: red. Hex color #CD47CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD47CA is #32B835. Grayscale: #7D7D7D. Windows color (decimal): -3323958 or 13256653. OLE color: 13256653.

HSL color Cylindrical-coordinate representation of color #CD47CA: hue angle of 301.34º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CD47CA is Cyan = 0, Magento = 0.65, Yellow = 0.01 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 71 202 -
CMYK 0 0.65 0.01 0.20
HSL 301.34º 0.57% 0.54% -
HSV(B) 301.34º 0.65% 0.8% -
XYZ 38.09 21.75 58.07 -
YUV 126 170.89 184.35 -
System Red Green Blue C M Y K H S L
Decimal 205 71 202 0 0.65 0.01 0.20 301.34 0.57 0.54
Hex CD 47 CA 0 41 1 14 12D 39 36
Octal 315 107 312 0 101 1 24 455 71 66
Binary 11001101 1000111 11001010 0 1000001 1 10100 100101101 111001 110110

Color Harmonies of #CD47CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD47CA

Black with #CD47CA

Text Example


Text Example

White with #CD47CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD47CA; }

 p { color: rgb(205,71,202); }

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

background-color css

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

 a { background-color: rgb(205,71,202); }

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

border-color css

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

 span { border-color: rgb(205,71,202); }

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