Html Css Color HEX #CA2DB1 Fuchsia

📋 copy color: '#CA2DB1'

red 202 ◦ green 45 ◦ blue 177

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

Shades of Fuchsia #CA2DB1

Tints of Fuchsia #CA2DB1

RGB

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

 GREEN value IS 45 (17.97% from 255) = 10.61%

 BLUE value IS 177 (69.53% from 255) = 41.75%

R = 47.64%
G = 10.61%
B = 41.75%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.12

 K value IS 0.21

RGB Variations

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

Color information

#CA2DB1 (or 0xCA2DB1) is known color: Fuchsia. HEX triplet: CA, 2D and B1. RGB value is (202,45,177). Sum of RGB (Red+Green+Blue) = 202+45+177=424 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.64% from 424); Green value is 45 (17.97% from 255 or 10.61% from 424); Blue value is 177 (69.53% from 255 or 41.75% from 424); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2DB1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA2DB1 is #35D24E. Grayscale: #6A6A6A. Windows color (decimal): -3527247 or 11611594. OLE color: 11611594.

HSL color Cylindrical-coordinate representation of color #CA2DB1: hue angle of 309.55º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CA2DB1 is Cyan = 0, Magento = 0.78, Yellow = 0.12 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 45 177 -
CMYK 0 0.78 0.12 0.21
HSL 309.55º 0.64% 0.48% -
HSV(B) 309.55º 0.78% 0.79% -
XYZ 33.23 17.61 43.24 -
YUV 106.99 167.51 195.77 -
System Red Green Blue C M Y K H S L
Decimal 202 45 177 0 0.78 0.12 0.21 309.55 0.64 0.48
Hex CA 2D B1 0 4E C 15 136 40 30
Octal 312 55 261 0 116 14 25 466 100 60
Binary 11001010 101101 10110001 0 1001110 1100 10101 100110110 1000000 110000

Color Harmonies of #CA2DB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA2DB1

Black with #CA2DB1

Text Example


Text Example

White with #CA2DB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA2DB1; }

 p { color: rgb(202,45,177); }

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

background-color css

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

 a { background-color: rgb(202,45,177); }

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

border-color css

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

 span { border-color: rgb(202,45,177); }

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