Html Css Color HEX #CD46D3 Fuchsia

📋 copy color: '#CD46D3'

red 205 ◦ green 70 ◦ blue 211

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

Shades of Fuchsia #CD46D3

Tints of Fuchsia #CD46D3

RGB

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

 GREEN value IS 70 (27.73% from 255) = 14.4%

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

R = 42.18%
G = 14.4%
B = 43.42%

CMYK

 C value IS 0.03

 M value IS 0.67

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#CD46D3 (or 0xCD46D3) is known color: Fuchsia. HEX triplet: CD, 46 and D3. RGB value is (205,70,211). Sum of RGB (Red+Green+Blue) = 205+70+211=486 (64% of max value = 765). Red value is 205 (80.47% from 255 or 42.18% from 486); Green value is 70 (27.73% from 255 or 14.40% from 486); Blue value is 211 (82.81% from 255 or 43.42% from 486); Max value from RGB is 211 - color contains mainly: blue. Hex color #CD46D3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD46D3 is #32B92C. Grayscale: #7E7E7E. Windows color (decimal): -3324205 or 13846221. OLE color: 13846221.

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

Color convert

RGB 205 70 211 -
CMYK 0.03 0.67 0 0.17
HSL 297.45º 0.62% 0.55% -
HSV(B) 297.45º 0.67% 0.83% -
XYZ 39.12 22.06 63.82 -
YUV 126.44 175.73 184.04 -
System Red Green Blue C M Y K H S L
Decimal 205 70 211 0.03 0.67 0 0.17 297.45 0.62 0.55
Hex CD 46 D3 3 43 0 11 129 3E 37
Octal 315 106 323 3 103 0 21 451 76 67
Binary 11001101 1000110 11010011 11 1000011 0 10001 100101001 111110 110111

Color Harmonies of #CD46D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD46D3

Black with #CD46D3

Text Example


Text Example

White with #CD46D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD46D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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