Html Css Color HEX #CA4CB2 Fuchsia

📋 copy color: '#CA4CB2'

red 202 ◦ green 76 ◦ blue 178

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

Shades of Fuchsia #CA4CB2

Tints of Fuchsia #CA4CB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 39.04%

R = 44.3%
G = 16.67%
B = 39.04%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.12

 K value IS 0.21

RGB Variations

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

Color information

#CA4CB2 (or 0xCA4CB2) is known color: Fuchsia. HEX triplet: CA, 4C and B2. RGB value is (202,76,178). Sum of RGB (Red+Green+Blue) = 202+76+178=456 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.30% from 456); Green value is 76 (30.08% from 255 or 16.67% from 456); Blue value is 178 (69.92% from 255 or 39.04% from 456); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4CB2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA4CB2 is #35B34D. Grayscale: #7D7D7D. Windows color (decimal): -3519310 or 11685066. OLE color: 11685066.

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

Color convert

RGB 202 76 178 -
CMYK 0 0.62 0.12 0.21
HSL 311.43º 0.54% 0.55% -
HSV(B) 311.43º 0.62% 0.79% -
XYZ 34.98 20.94 44.32 -
YUV 125.3 157.74 182.71 -
System Red Green Blue C M Y K H S L
Decimal 202 76 178 0 0.62 0.12 0.21 311.43 0.54 0.55
Hex CA 4C B2 0 3E C 15 137 36 37
Octal 312 114 262 0 76 14 25 467 66 67
Binary 11001010 1001100 10110010 0 111110 1100 10101 100110111 110110 110111

Color Harmonies of #CA4CB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4CB2

Black with #CA4CB2

Text Example


Text Example

White with #CA4CB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4CB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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