Html Css Color HEX #CD4AB2 Fuchsia

📋 copy color: '#CD4AB2'

red 205 ◦ green 74 ◦ blue 178

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

Shades of Fuchsia #CD4AB2

Tints of Fuchsia #CD4AB2

RGB

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

 GREEN value IS 74 (29.3% from 255) = 16.19%

 BLUE value IS 178 (69.92% from 255) = 38.95%

R = 44.86%
G = 16.19%
B = 38.95%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.13

 K value IS 0.20

RGB Variations

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

Color information

#CD4AB2 (or 0xCD4AB2) is known color: Fuchsia. HEX triplet: CD, 4A and B2. RGB value is (205,74,178). Sum of RGB (Red+Green+Blue) = 205+74+178=457 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.86% from 457); Green value is 74 (29.30% from 255 or 16.19% from 457); Blue value is 178 (69.92% from 255 or 38.95% from 457); Max value from RGB is 205 - color contains mainly: red. Hex color #CD4AB2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD4AB2 is #32B54D. Grayscale: #7C7C7C. Windows color (decimal): -3323214 or 11684557. OLE color: 11684557.

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

Color convert

RGB 205 74 178 -
CMYK 0 0.64 0.13 0.20
HSL 312.37º 0.57% 0.55% -
HSV(B) 312.37º 0.64% 0.8% -
XYZ 35.66 21.09 44.31 -
YUV 125.03 157.9 185.04 -
System Red Green Blue C M Y K H S L
Decimal 205 74 178 0 0.64 0.13 0.20 312.37 0.57 0.55
Hex CD 4A B2 0 40 D 14 138 39 37
Octal 315 112 262 0 100 15 24 470 71 67
Binary 11001101 1001010 10110010 0 1000000 1101 10100 100111000 111001 110111

Color Harmonies of #CD4AB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD4AB2

Black with #CD4AB2

Text Example


Text Example

White with #CD4AB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD4AB2; }

 p { color: rgb(205,74,178); }

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

background-color css

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

 a { background-color: rgb(205,74,178); }

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

border-color css

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

 span { border-color: rgb(205,74,178); }

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