Html Css Color HEX #CA4CB5 Fuchsia

📋 copy color: '#CA4CB5'

red 202 ◦ green 76 ◦ blue 181

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

Shades of Fuchsia #CA4CB5

Tints of Fuchsia #CA4CB5

RGB

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

 GREEN value IS 76 (30.08% from 255) = 16.56%

 BLUE value IS 181 (71.09% from 255) = 39.43%

R = 44.01%
G = 16.56%
B = 39.43%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.10

 K value IS 0.21

RGB Variations

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

Color information

#CA4CB5 (or 0xCA4CB5) is known color: Fuchsia. HEX triplet: CA, 4C and B5. RGB value is (202,76,181). Sum of RGB (Red+Green+Blue) = 202+76+181=459 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.01% from 459); Green value is 76 (30.08% from 255 or 16.56% from 459); Blue value is 181 (71.09% from 255 or 39.43% from 459); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4CB5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA4CB5 is #35B34A. Grayscale: #7D7D7D. Windows color (decimal): -3519307 or 11881674. OLE color: 11881674.

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

Color convert

RGB 202 76 181 -
CMYK 0 0.62 0.10 0.21
HSL 310º 0.54% 0.55% -
HSV(B) 310º 0.62% 0.79% -
XYZ 35.28 21.06 45.92 -
YUV 125.64 159.24 182.46 -
System Red Green Blue C M Y K H S L
Decimal 202 76 181 0 0.62 0.10 0.21 310 0.54 0.55
Hex CA 4C B5 0 3E A 15 136 36 37
Octal 312 114 265 0 76 12 25 466 66 67
Binary 11001010 1001100 10110101 0 111110 1010 10101 100110110 110110 110111

Color Harmonies of #CA4CB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4CB5

Black with #CA4CB5

Text Example


Text Example

White with #CA4CB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4CB5; }

 p { color: rgb(202,76,181); }

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

background-color css

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

 a { background-color: rgb(202,76,181); }

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

border-color css

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

 span { border-color: rgb(202,76,181); }

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