Html Css Color HEX #CD41AF Fuchsia

📋 copy color: '#CD41AF'

red 205 ◦ green 65 ◦ blue 175

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

Shades of Fuchsia #CD41AF

Tints of Fuchsia #CD41AF

RGB

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

 GREEN value IS 65 (25.78% from 255) = 14.61%

 BLUE value IS 175 (68.75% from 255) = 39.33%

R = 46.07%
G = 14.61%
B = 39.33%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.15

 K value IS 0.20

RGB Variations

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

Color information

#CD41AF (or 0xCD41AF) is known color: Fuchsia. HEX triplet: CD, 41 and AF. RGB value is (205,65,175). Sum of RGB (Red+Green+Blue) = 205+65+175=445 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.07% from 445); Green value is 65 (25.78% from 255 or 14.61% from 445); Blue value is 175 (68.75% from 255 or 39.33% from 445); Max value from RGB is 205 - color contains mainly: red. Hex color #CD41AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD41AF is #32BE50. Grayscale: #777777. Windows color (decimal): -3325521 or 11485645. OLE color: 11485645.

HSL color Cylindrical-coordinate representation of color #CD41AF: hue angle of 312.86º 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 #CD41AF is Cyan = 0, Magento = 0.68, Yellow = 0.15 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 65 175 -
CMYK 0 0.68 0.15 0.20
HSL 312.86º 0.58% 0.53% -
HSV(B) 312.86º 0.68% 0.8% -
XYZ 34.81 19.85 42.56 -
YUV 119.4 159.38 189.06 -
System Red Green Blue C M Y K H S L
Decimal 205 65 175 0 0.68 0.15 0.20 312.86 0.58 0.53
Hex CD 41 AF 0 44 F 14 139 3A 35
Octal 315 101 257 0 104 17 24 471 72 65
Binary 11001101 1000001 10101111 0 1000100 1111 10100 100111001 111010 110101

Color Harmonies of #CD41AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD41AF

Black with #CD41AF

Text Example


Text Example

White with #CD41AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD41AF; }

 p { color: rgb(205,65,175); }

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

background-color css

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

 a { background-color: rgb(205,65,175); }

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

border-color css

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

 span { border-color: rgb(205,65,175); }

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