Html Css Color HEX #CA36B0 Fuchsia

📋 copy color: '#CA36B0'

red 202 ◦ green 54 ◦ blue 176

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

Shades of Fuchsia #CA36B0

Tints of Fuchsia #CA36B0

RGB

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

 GREEN value IS 54 (21.48% from 255) = 12.5%

 BLUE value IS 176 (69.14% from 255) = 40.74%

R = 46.76%
G = 12.5%
B = 40.74%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.13

 K value IS 0.21

RGB Variations

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

Color information

#CA36B0 (or 0xCA36B0) is known color: Fuchsia. HEX triplet: CA, 36 and B0. RGB value is (202,54,176). Sum of RGB (Red+Green+Blue) = 202+54+176=432 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.76% from 432); Green value is 54 (21.48% from 255 or 12.5% from 432); Blue value is 176 (69.14% from 255 or 40.74% from 432); Max value from RGB is 202 - color contains mainly: red. Hex color #CA36B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA36B0 is #35C94F. Grayscale: #6F6F6F. Windows color (decimal): -3524944 or 11548362. OLE color: 11548362.

HSL color Cylindrical-coordinate representation of color #CA36B0: hue angle of 310.54º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CA36B0 is Cyan = 0, Magento = 0.73, Yellow = 0.13 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 54 176 -
CMYK 0 0.73 0.13 0.21
HSL 310.54º 0.58% 0.5% -
HSV(B) 310.54º 0.73% 0.79% -
XYZ 33.51 18.33 42.85 -
YUV 112.16 164.03 192.08 -
System Red Green Blue C M Y K H S L
Decimal 202 54 176 0 0.73 0.13 0.21 310.54 0.58 0.5
Hex CA 36 B0 0 49 D 15 137 3A 32
Octal 312 66 260 0 111 15 25 467 72 62
Binary 11001010 110110 10110000 0 1001001 1101 10101 100110111 111010 110010

Color Harmonies of #CA36B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA36B0

Black with #CA36B0

Text Example


Text Example

White with #CA36B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA36B0; }

 p { color: rgb(202,54,176); }

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

background-color css

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

 a { background-color: rgb(202,54,176); }

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

border-color css

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

 span { border-color: rgb(202,54,176); }

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