Html Css Color HEX #CD4AB0 Fuchsia

📋 copy color: '#CD4AB0'

red 205 ◦ green 74 ◦ blue 176

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

Shades of Fuchsia #CD4AB0

Tints of Fuchsia #CD4AB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 38.68%

R = 45.05%
G = 16.26%
B = 38.68%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.14

 K value IS 0.20

RGB Variations

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

Color information

#CD4AB0 (or 0xCD4AB0) is known color: Fuchsia. HEX triplet: CD, 4A and B0. RGB value is (205,74,176). Sum of RGB (Red+Green+Blue) = 205+74+176=455 (60% of max value = 765). Red value is 205 (80.47% from 255 or 45.05% from 455); Green value is 74 (29.30% from 255 or 16.26% from 455); Blue value is 176 (69.14% from 255 or 38.68% from 455); Max value from RGB is 205 - color contains mainly: red. Hex color #CD4AB0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD4AB0 is #32B54F. Grayscale: #7C7C7C. Windows color (decimal): -3323216 or 11553485. OLE color: 11553485.

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

Color convert

RGB 205 74 176 -
CMYK 0 0.64 0.14 0.20
HSL 313.28º 0.57% 0.55% -
HSV(B) 313.28º 0.64% 0.8% -
XYZ 35.46 21.01 43.26 -
YUV 124.8 156.9 185.21 -
System Red Green Blue C M Y K H S L
Decimal 205 74 176 0 0.64 0.14 0.20 313.28 0.57 0.55
Hex CD 4A B0 0 40 E 14 139 39 37
Octal 315 112 260 0 100 16 24 471 71 67
Binary 11001101 1001010 10110000 0 1000000 1110 10100 100111001 111001 110111

Color Harmonies of #CD4AB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD4AB0

Black with #CD4AB0

Text Example


Text Example

White with #CD4AB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD4AB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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