Html Css Color HEX #CA4DBE Fuchsia

📋 copy color: '#CA4DBE'

red 202 ◦ green 77 ◦ blue 190

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

Shades of Fuchsia #CA4DBE

Tints of Fuchsia #CA4DBE

RGB

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

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

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

R = 43.07%
G = 16.42%
B = 40.51%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.06

 K value IS 0.21

RGB Variations

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

Color information

#CA4DBE (or 0xCA4DBE) is known color: Fuchsia. HEX triplet: CA, 4D and BE. RGB value is (202,77,190). Sum of RGB (Red+Green+Blue) = 202+77+190=469 (62% of max value = 765). Red value is 202 (79.30% from 255 or 43.07% from 469); Green value is 77 (30.47% from 255 or 16.42% from 469); Blue value is 190 (74.61% from 255 or 40.51% from 469); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4DBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA4DBE is #35B241. Grayscale: #7E7E7E. Windows color (decimal): -3519042 or 12471754. OLE color: 12471754.

HSL color Cylindrical-coordinate representation of color #CA4DBE: hue angle of 305.76º 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 #CA4DBE is Cyan = 0, Magento = 0.62, Yellow = 0.06 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 77 190 -
CMYK 0 0.62 0.06 0.21
HSL 305.76º 0.54% 0.55% -
HSV(B) 305.76º 0.62% 0.79% -
XYZ 36.31 21.58 50.97 -
YUV 127.26 163.41 181.31 -
System Red Green Blue C M Y K H S L
Decimal 202 77 190 0 0.62 0.06 0.21 305.76 0.54 0.55
Hex CA 4D BE 0 3E 6 15 132 36 37
Octal 312 115 276 0 76 6 25 462 66 67
Binary 11001010 1001101 10111110 0 111110 110 10101 100110010 110110 110111

Color Harmonies of #CA4DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4DBE

Black with #CA4DBE

Text Example


Text Example

White with #CA4DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4DBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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