Html Css Color HEX #CD42B9 Fuchsia

📋 copy color: '#CD42B9'

red 205 ◦ green 66 ◦ blue 185

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

Shades of Fuchsia #CD42B9

Tints of Fuchsia #CD42B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 40.57%

R = 44.96%
G = 14.47%
B = 40.57%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.10

 K value IS 0.20

RGB Variations

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

Color information

#CD42B9 (or 0xCD42B9) is known color: Fuchsia. HEX triplet: CD, 42 and B9. RGB value is (205,66,185). Sum of RGB (Red+Green+Blue) = 205+66+185=456 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.96% from 456); Green value is 66 (26.17% from 255 or 14.47% from 456); Blue value is 185 (72.66% from 255 or 40.57% from 456); Max value from RGB is 205 - color contains mainly: red. Hex color #CD42B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD42B9 is #32BD46. Grayscale: #787878. Windows color (decimal): -3325255 or 12141261. OLE color: 12141261.

HSL color Cylindrical-coordinate representation of color #CD42B9: hue angle of 308.63º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CD42B9 is Cyan = 0, Magento = 0.68, Yellow = 0.10 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 66 185 -
CMYK 0 0.68 0.10 0.20
HSL 308.63º 0.58% 0.53% -
HSV(B) 308.63º 0.68% 0.8% -
XYZ 35.88 20.38 47.94 -
YUV 121.13 164.05 187.82 -
System Red Green Blue C M Y K H S L
Decimal 205 66 185 0 0.68 0.10 0.20 308.63 0.58 0.53
Hex CD 42 B9 0 44 A 14 135 3A 35
Octal 315 102 271 0 104 12 24 465 72 65
Binary 11001101 1000010 10111001 0 1000100 1010 10100 100110101 111010 110101

Color Harmonies of #CD42B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD42B9

Black with #CD42B9

Text Example


Text Example

White with #CD42B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD42B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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