Html Css Color HEX #CA3BC6 Fuchsia

📋 copy color: '#CA3BC6'

red 202 ◦ green 59 ◦ blue 198

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

Shades of Fuchsia #CA3BC6

Tints of Fuchsia #CA3BC6

RGB

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

 GREEN value IS 59 (23.44% from 255) = 12.85%

 BLUE value IS 198 (77.73% from 255) = 43.14%

R = 44.01%
G = 12.85%
B = 43.14%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.02

 K value IS 0.21

RGB Variations

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

Color information

#CA3BC6 (or 0xCA3BC6) is known color: Fuchsia. HEX triplet: CA, 3B and C6. RGB value is (202,59,198). Sum of RGB (Red+Green+Blue) = 202+59+198=459 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.01% from 459); Green value is 59 (23.44% from 255 or 12.85% from 459); Blue value is 198 (77.73% from 255 or 43.14% from 459); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3BC6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA3BC6 is #35C439. Grayscale: #757575. Windows color (decimal): -3523642 or 12991434. OLE color: 12991434.

HSL color Cylindrical-coordinate representation of color #CA3BC6: hue angle of 301.68º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CA3BC6 is Cyan = 0, Magento = 0.71, Yellow = 0.02 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 59 198 -
CMYK 0 0.71 0.02 0.21
HSL 301.68º 0.57% 0.51% -
HSV(B) 301.68º 0.71% 0.79% -
XYZ 36.11 19.76 55.34 -
YUV 117.6 173.38 188.2 -
System Red Green Blue C M Y K H S L
Decimal 202 59 198 0 0.71 0.02 0.21 301.68 0.57 0.51
Hex CA 3B C6 0 47 2 15 12E 39 33
Octal 312 73 306 0 107 2 25 456 71 63
Binary 11001010 111011 11000110 0 1000111 10 10101 100101110 111001 110011

Color Harmonies of #CA3BC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA3BC6

Black with #CA3BC6

Text Example


Text Example

White with #CA3BC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA3BC6; }

 p { color: rgb(202,59,198); }

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

background-color css

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

 a { background-color: rgb(202,59,198); }

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

border-color css

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

 span { border-color: rgb(202,59,198); }

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