Html Css Color HEX #CD42D1 Fuchsia

📋 copy color: '#CD42D1'

red 205 ◦ green 66 ◦ blue 209

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

Shades of Fuchsia #CD42D1

Tints of Fuchsia #CD42D1

RGB

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

 GREEN value IS 66 (26.17% from 255) = 13.75%

 BLUE value IS 209 (82.03% from 255) = 43.54%

R = 42.71%
G = 13.75%
B = 43.54%

CMYK

 C value IS 0.02

 M value IS 0.68

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#CD42D1 (or 0xCD42D1) is known color: Fuchsia. HEX triplet: CD, 42 and D1. RGB value is (205,66,209). Sum of RGB (Red+Green+Blue) = 205+66+209=480 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.71% from 480); Green value is 66 (26.17% from 255 or 13.75% from 480); Blue value is 209 (82.03% from 255 or 43.54% from 480); Max value from RGB is 209 - color contains mainly: blue. Hex color #CD42D1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD42D1 is #32BD2E. Grayscale: #7B7B7B. Windows color (decimal): -3325231 or 13714125. OLE color: 13714125.

HSL color Cylindrical-coordinate representation of color #CD42D1: hue angle of 298.32º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CD42D1 is Cyan = 0.02, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 205 66 209 -
CMYK 0.02 0.68 0 0.18
HSL 298.32º 0.61% 0.54% -
HSV(B) 298.32º 0.68% 0.82% -
XYZ 38.63 21.48 62.43 -
YUV 123.86 176.05 185.87 -
System Red Green Blue C M Y K H S L
Decimal 205 66 209 0.02 0.68 0 0.18 298.32 0.61 0.54
Hex CD 42 D1 2 44 0 12 12A 3D 36
Octal 315 102 321 2 104 0 22 452 75 66
Binary 11001101 1000010 11010001 10 1000100 0 10010 100101010 111101 110110

Color Harmonies of #CD42D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD42D1

Black with #CD42D1

Text Example


Text Example

White with #CD42D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD42D1; }

 p { color: rgb(205,66,209); }

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

background-color css

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

 a { background-color: rgb(205,66,209); }

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

border-color css

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

 span { border-color: rgb(205,66,209); }

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