Html Css Color HEX #CA2BC4 Fuchsia

📋 copy color: '#CA2BC4'

red 202 ◦ green 43 ◦ blue 196

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

Shades of Fuchsia #CA2BC4

Tints of Fuchsia #CA2BC4

RGB

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

 GREEN value IS 43 (17.19% from 255) = 9.75%

 BLUE value IS 196 (76.95% from 255) = 44.44%

R = 45.8%
G = 9.75%
B = 44.44%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.03

 K value IS 0.21

RGB Variations

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

Color information

#CA2BC4 (or 0xCA2BC4) is known color: Fuchsia. HEX triplet: CA, 2B and C4. RGB value is (202,43,196). Sum of RGB (Red+Green+Blue) = 202+43+196=441 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.80% from 441); Green value is 43 (17.19% from 255 or 9.75% from 441); Blue value is 196 (76.95% from 255 or 44.44% from 441); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2BC4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA2BC4 is #35D43B. Grayscale: #6B6B6B. Windows color (decimal): -3527740 or 12856266. OLE color: 12856266.

HSL color Cylindrical-coordinate representation of color #CA2BC4: hue angle of 302.26º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CA2BC4 is Cyan = 0, Magento = 0.79, Yellow = 0.03 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 43 196 -
CMYK 0 0.79 0.03 0.21
HSL 302.26º 0.65% 0.48% -
HSV(B) 302.26º 0.79% 0.79% -
XYZ 35.18 18.27 53.9 -
YUV 107.98 177.68 195.06 -
System Red Green Blue C M Y K H S L
Decimal 202 43 196 0 0.79 0.03 0.21 302.26 0.65 0.48
Hex CA 2B C4 0 4F 3 15 12E 41 30
Octal 312 53 304 0 117 3 25 456 101 60
Binary 11001010 101011 11000100 0 1001111 11 10101 100101110 1000001 110000

Color Harmonies of #CA2BC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA2BC4

Black with #CA2BC4

Text Example


Text Example

White with #CA2BC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA2BC4; }

 p { color: rgb(202,43,196); }

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

background-color css

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

 a { background-color: rgb(202,43,196); }

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

border-color css

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

 span { border-color: rgb(202,43,196); }

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