Html Css Color HEX #CD2ABB Fuchsia

📋 copy color: '#CD2ABB'

red 205 ◦ green 42 ◦ blue 187

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

Shades of Fuchsia #CD2ABB

Tints of Fuchsia #CD2ABB

RGB

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

 GREEN value IS 42 (16.8% from 255) = 9.68%

 BLUE value IS 187 (73.44% from 255) = 43.09%

R = 47.24%
G = 9.68%
B = 43.09%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.09

 K value IS 0.20

RGB Variations

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

Color information

#CD2ABB (or 0xCD2ABB) is known color: Fuchsia. HEX triplet: CD, 2A and BB. RGB value is (205,42,187). Sum of RGB (Red+Green+Blue) = 205+42+187=434 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.24% from 434); Green value is 42 (16.80% from 255 or 9.68% from 434); Blue value is 187 (73.44% from 255 or 43.09% from 434); Max value from RGB is 205 - color contains mainly: red. Hex color #CD2ABB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD2ABB is #32D544. Grayscale: #6A6A6A. Windows color (decimal): -3331397 or 12266189. OLE color: 12266189.

HSL color Cylindrical-coordinate representation of color #CD2ABB: hue angle of 306.63º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CD2ABB is Cyan = 0, Magento = 0.80, Yellow = 0.09 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 42 187 -
CMYK 0 0.80 0.09 0.20
HSL 306.63º 0.66% 0.48% -
HSV(B) 306.63º 0.8% 0.8% -
XYZ 34.97 18.22 48.69 -
YUV 107.27 173 197.71 -
System Red Green Blue C M Y K H S L
Decimal 205 42 187 0 0.80 0.09 0.20 306.63 0.66 0.48
Hex CD 2A BB 0 50 9 14 133 42 30
Octal 315 52 273 0 120 11 24 463 102 60
Binary 11001101 101010 10111011 0 1010000 1001 10100 100110011 1000010 110000

Color Harmonies of #CD2ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD2ABB

Black with #CD2ABB

Text Example


Text Example

White with #CD2ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD2ABB; }

 p { color: rgb(205,42,187); }

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

background-color css

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

 a { background-color: rgb(205,42,187); }

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

border-color css

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

 span { border-color: rgb(205,42,187); }

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