Html Css Color HEX #CD48C8 Fuchsia

📋 copy color: '#CD48C8'

red 205 ◦ green 72 ◦ blue 200

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

Shades of Fuchsia #CD48C8

Tints of Fuchsia #CD48C8

RGB

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

 GREEN value IS 72 (28.52% from 255) = 15.09%

 BLUE value IS 200 (78.52% from 255) = 41.93%

R = 42.98%
G = 15.09%
B = 41.93%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.02

 K value IS 0.20

RGB Variations

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

Color information

#CD48C8 (or 0xCD48C8) is known color: Fuchsia. HEX triplet: CD, 48 and C8. RGB value is (205,72,200). Sum of RGB (Red+Green+Blue) = 205+72+200=477 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.98% from 477); Green value is 72 (28.52% from 255 or 15.09% from 477); Blue value is 200 (78.52% from 255 or 41.93% from 477); Max value from RGB is 205 - color contains mainly: red. Hex color #CD48C8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD48C8 is #32B737. Grayscale: #7D7D7D. Windows color (decimal): -3323704 or 13125837. OLE color: 13125837.

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

Color convert

RGB 205 72 200 -
CMYK 0 0.65 0.02 0.20
HSL 302.26º 0.57% 0.54% -
HSV(B) 302.26º 0.65% 0.8% -
XYZ 37.92 21.78 56.85 -
YUV 126.36 169.56 184.09 -
System Red Green Blue C M Y K H S L
Decimal 205 72 200 0 0.65 0.02 0.20 302.26 0.57 0.54
Hex CD 48 C8 0 41 2 14 12E 39 36
Octal 315 110 310 0 101 2 24 456 71 66
Binary 11001101 1001000 11001000 0 1000001 10 10100 100101110 111001 110110

Color Harmonies of #CD48C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD48C8

Black with #CD48C8

Text Example


Text Example

White with #CD48C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD48C8; }

 p { color: rgb(205,72,200); }

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

background-color css

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

 a { background-color: rgb(205,72,200); }

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

border-color css

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

 span { border-color: rgb(205,72,200); }

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