Html Css Color HEX #CD48D3 Fuchsia

📋 copy color: '#CD48D3'

red 205 ◦ green 72 ◦ blue 211

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

Shades of Fuchsia #CD48D3

Tints of Fuchsia #CD48D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 43.24%

R = 42.01%
G = 14.75%
B = 43.24%

CMYK

 C value IS 0.03

 M value IS 0.66

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#CD48D3 (or 0xCD48D3) is known color: Fuchsia. HEX triplet: CD, 48 and D3. RGB value is (205,72,211). Sum of RGB (Red+Green+Blue) = 205+72+211=488 (64% of max value = 765). Red value is 205 (80.47% from 255 or 42.01% from 488); Green value is 72 (28.52% from 255 or 14.75% from 488); Blue value is 211 (82.81% from 255 or 43.24% from 488); Max value from RGB is 211 - color contains mainly: blue. Hex color #CD48D3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD48D3 is #32B72C. Grayscale: #7F7F7F. Windows color (decimal): -3323693 or 13846733. OLE color: 13846733.

HSL color Cylindrical-coordinate representation of color #CD48D3: hue angle of 297.41º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CD48D3 is Cyan = 0.03, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 205 72 211 -
CMYK 0.03 0.66 0 0.17
HSL 297.41º 0.61% 0.55% -
HSV(B) 297.41º 0.66% 0.83% -
XYZ 39.25 22.32 63.87 -
YUV 127.61 175.06 183.2 -
System Red Green Blue C M Y K H S L
Decimal 205 72 211 0.03 0.66 0 0.17 297.41 0.61 0.55
Hex CD 48 D3 3 42 0 11 129 3D 37
Octal 315 110 323 3 102 0 21 451 75 67
Binary 11001101 1001000 11010011 11 1000010 0 10001 100101001 111101 110111

Color Harmonies of #CD48D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD48D3

Black with #CD48D3

Text Example


Text Example

White with #CD48D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD48D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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