Html Css Color HEX #CA4BAE Fuchsia

📋 copy color: '#CA4BAE'

red 202 ◦ green 75 ◦ blue 174

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

Shades of Fuchsia #CA4BAE

Tints of Fuchsia #CA4BAE

RGB

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

 GREEN value IS 75 (29.69% from 255) = 16.63%

 BLUE value IS 174 (68.36% from 255) = 38.58%

R = 44.79%
G = 16.63%
B = 38.58%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.14

 K value IS 0.21

RGB Variations

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

Color information

#CA4BAE (or 0xCA4BAE) is known color: Fuchsia. HEX triplet: CA, 4B and AE. RGB value is (202,75,174). Sum of RGB (Red+Green+Blue) = 202+75+174=451 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.79% from 451); Green value is 75 (29.69% from 255 or 16.63% from 451); Blue value is 174 (68.36% from 255 or 38.58% from 451); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4BAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA4BAE is #35B451. Grayscale: #7B7B7B. Windows color (decimal): -3519570 or 11422666. OLE color: 11422666.

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

Color convert

RGB 202 75 174 -
CMYK 0 0.63 0.14 0.21
HSL 313.23º 0.55% 0.54% -
HSV(B) 313.23º 0.63% 0.79% -
XYZ 34.51 20.64 42.21 -
YUV 124.26 156.08 183.45 -
System Red Green Blue C M Y K H S L
Decimal 202 75 174 0 0.63 0.14 0.21 313.23 0.55 0.54
Hex CA 4B AE 0 3F E 15 139 37 36
Octal 312 113 256 0 77 16 25 471 67 66
Binary 11001010 1001011 10101110 0 111111 1110 10101 100111001 110111 110110

Color Harmonies of #CA4BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4BAE

Black with #CA4BAE

Text Example


Text Example

White with #CA4BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4BAE; }

 p { color: rgb(202,75,174); }

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

background-color css

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

 a { background-color: rgb(202,75,174); }

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

border-color css

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

 span { border-color: rgb(202,75,174); }

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