Html Css Color HEX #CA4DB0 Fuchsia

📋 copy color: '#CA4DB0'

red 202 ◦ green 77 ◦ blue 176

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

Shades of Fuchsia #CA4DB0

Tints of Fuchsia #CA4DB0

RGB

 RED value IS 202 (79.3% from 255) = 44.4%

 GREEN value IS 77 (30.47% from 255) = 16.92%

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

R = 44.4%
G = 16.92%
B = 38.68%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.13

 K value IS 0.21

RGB Variations

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

Color information

#CA4DB0 (or 0xCA4DB0) is known color: Fuchsia. HEX triplet: CA, 4D and B0. RGB value is (202,77,176). Sum of RGB (Red+Green+Blue) = 202+77+176=455 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.40% from 455); Green value is 77 (30.47% from 255 or 16.92% from 455); Blue value is 176 (69.14% from 255 or 38.68% from 455); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4DB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA4DB0 is #35B24F. Grayscale: #7D7D7D. Windows color (decimal): -3519056 or 11554250. OLE color: 11554250.

HSL color Cylindrical-coordinate representation of color #CA4DB0: hue angle of 312.48º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CA4DB0 is Cyan = 0, Magento = 0.62, Yellow = 0.13 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 77 176 -
CMYK 0 0.62 0.13 0.21
HSL 312.48º 0.54% 0.55% -
HSV(B) 312.48º 0.62% 0.79% -
XYZ 34.85 21 43.29 -
YUV 125.66 156.41 182.45 -
System Red Green Blue C M Y K H S L
Decimal 202 77 176 0 0.62 0.13 0.21 312.48 0.54 0.55
Hex CA 4D B0 0 3E D 15 138 36 37
Octal 312 115 260 0 76 15 25 470 66 67
Binary 11001010 1001101 10110000 0 111110 1101 10101 100111000 110110 110111

Color Harmonies of #CA4DB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4DB0

Black with #CA4DB0

Text Example


Text Example

White with #CA4DB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4DB0; }

 p { color: rgb(202,77,176); }

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

background-color css

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

 a { background-color: rgb(202,77,176); }

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

border-color css

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

 span { border-color: rgb(202,77,176); }

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