Html Css Color HEX #CA4BAB Fuchsia

📋 copy color: '#CA4BAB'

red 202 ◦ green 75 ◦ blue 171

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

Shades of Fuchsia #CA4BAB

Tints of Fuchsia #CA4BAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 38.17%

R = 45.09%
G = 16.74%
B = 38.17%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.15

 K value IS 0.21

RGB Variations

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

Color information

#CA4BAB (or 0xCA4BAB) is known color: Fuchsia. HEX triplet: CA, 4B and AB. RGB value is (202,75,171). Sum of RGB (Red+Green+Blue) = 202+75+171=448 (59% of max value = 765). Red value is 202 (79.30% from 255 or 45.09% from 448); Green value is 75 (29.69% from 255 or 16.74% from 448); Blue value is 171 (67.19% from 255 or 38.17% from 448); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4BAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA4BAB is #35B454. Grayscale: #7B7B7B. Windows color (decimal): -3519573 or 11226058. OLE color: 11226058.

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

Color convert

RGB 202 75 171 -
CMYK 0 0.63 0.15 0.21
HSL 314.65º 0.55% 0.54% -
HSV(B) 314.65º 0.63% 0.79% -
XYZ 34.22 20.53 40.69 -
YUV 123.92 154.58 183.69 -
System Red Green Blue C M Y K H S L
Decimal 202 75 171 0 0.63 0.15 0.21 314.65 0.55 0.54
Hex CA 4B AB 0 3F F 15 13B 37 36
Octal 312 113 253 0 77 17 25 473 67 66
Binary 11001010 1001011 10101011 0 111111 1111 10101 100111011 110111 110110

Color Harmonies of #CA4BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4BAB

Black with #CA4BAB

Text Example


Text Example

White with #CA4BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4BAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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