Html Css Color HEX #CA2EBE Fuchsia

📋 copy color: '#CA2EBE'

red 202 ◦ green 46 ◦ blue 190

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

Shades of Fuchsia #CA2EBE

Tints of Fuchsia #CA2EBE

RGB

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

 GREEN value IS 46 (18.36% from 255) = 10.5%

 BLUE value IS 190 (74.61% from 255) = 43.38%

R = 46.12%
G = 10.5%
B = 43.38%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.06

 K value IS 0.21

RGB Variations

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

Color information

#CA2EBE (or 0xCA2EBE) is known color: Fuchsia. HEX triplet: CA, 2E and BE. RGB value is (202,46,190). Sum of RGB (Red+Green+Blue) = 202+46+190=438 (58% of max value = 765). Red value is 202 (79.30% from 255 or 46.12% from 438); Green value is 46 (18.36% from 255 or 10.50% from 438); Blue value is 190 (74.61% from 255 or 43.38% from 438); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2EBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA2EBE is #35D141. Grayscale: #6C6C6C. Windows color (decimal): -3526978 or 12463818. OLE color: 12463818.

HSL color Cylindrical-coordinate representation of color #CA2EBE: hue angle of 304.62º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CA2EBE is Cyan = 0, Magento = 0.77, Yellow = 0.06 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 46 190 -
CMYK 0 0.77 0.06 0.21
HSL 304.62º 0.63% 0.49% -
HSV(B) 304.62º 0.77% 0.79% -
XYZ 34.63 18.23 50.41 -
YUV 109.06 173.68 194.29 -
System Red Green Blue C M Y K H S L
Decimal 202 46 190 0 0.77 0.06 0.21 304.62 0.63 0.49
Hex CA 2E BE 0 4D 6 15 131 3F 31
Octal 312 56 276 0 115 6 25 461 77 61
Binary 11001010 101110 10111110 0 1001101 110 10101 100110001 111111 110001

Color Harmonies of #CA2EBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA2EBE

Black with #CA2EBE

Text Example


Text Example

White with #CA2EBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA2EBE; }

 p { color: rgb(202,46,190); }

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

background-color css

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

 a { background-color: rgb(202,46,190); }

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

border-color css

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

 span { border-color: rgb(202,46,190); }

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