Html Css Color HEX #CD46C8 Fuchsia

📋 copy color: '#CD46C8'

red 205 ◦ green 70 ◦ blue 200

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

Shades of Fuchsia #CD46C8

Tints of Fuchsia #CD46C8

RGB

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

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

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

R = 43.16%
G = 14.74%
B = 42.11%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.02

 K value IS 0.20

RGB Variations

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

Color information

#CD46C8 (or 0xCD46C8) is known color: Fuchsia. HEX triplet: CD, 46 and C8. RGB value is (205,70,200). Sum of RGB (Red+Green+Blue) = 205+70+200=475 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.16% from 475); Green value is 70 (27.73% from 255 or 14.74% from 475); Blue value is 200 (78.52% from 255 or 42.11% from 475); Max value from RGB is 205 - color contains mainly: red. Hex color #CD46C8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD46C8 is #32B937. Grayscale: #7C7C7C. Windows color (decimal): -3324216 or 13125325. OLE color: 13125325.

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

Color convert

RGB 205 70 200 -
CMYK 0 0.66 0.02 0.20
HSL 302.22º 0.57% 0.54% -
HSV(B) 302.22º 0.66% 0.8% -
XYZ 37.79 21.53 56.81 -
YUV 125.19 170.23 184.93 -
System Red Green Blue C M Y K H S L
Decimal 205 70 200 0 0.66 0.02 0.20 302.22 0.57 0.54
Hex CD 46 C8 0 42 2 14 12E 39 36
Octal 315 106 310 0 102 2 24 456 71 66
Binary 11001101 1000110 11001000 0 1000010 10 10100 100101110 111001 110110

Color Harmonies of #CD46C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD46C8

Black with #CD46C8

Text Example


Text Example

White with #CD46C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD46C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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