Html Css Color HEX #CA62B5 Fuchsia

📋 copy color: '#CA62B5'

red 202 ◦ green 98 ◦ blue 181

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

Shades of Fuchsia #CA62B5

Tints of Fuchsia #CA62B5

RGB

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

 GREEN value IS 98 (38.67% from 255) = 20.37%

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

R = 42%
G = 20.37%
B = 37.63%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.10

 K value IS 0.21

RGB Variations

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

Color information

#CA62B5 (or 0xCA62B5) is known color: Fuchsia. HEX triplet: CA, 62 and B5. RGB value is (202,98,181). Sum of RGB (Red+Green+Blue) = 202+98+181=481 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.00% from 481); Green value is 98 (38.67% from 255 or 20.37% from 481); Blue value is 181 (71.09% from 255 or 37.63% from 481); Max value from RGB is 202 - color contains mainly: red. Hex color #CA62B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA62B5 is #359D4A. Grayscale: #8A8A8A. Windows color (decimal): -3513675 or 11887306. OLE color: 11887306.

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

Color convert

RGB 202 98 181 -
CMYK 0 0.51 0.10 0.21
HSL 312.12º 0.5% 0.59% -
HSV(B) 312.12º 0.51% 0.79% -
XYZ 37.07 24.63 46.52 -
YUV 138.56 151.96 173.25 -
System Red Green Blue C M Y K H S L
Decimal 202 98 181 0 0.51 0.10 0.21 312.12 0.5 0.59
Hex CA 62 B5 0 33 A 15 138 32 3B
Octal 312 142 265 0 63 12 25 470 62 73
Binary 11001010 1100010 10110101 0 110011 1010 10101 100111000 110010 111011

Color Harmonies of #CA62B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA62B5

Black with #CA62B5

Text Example


Text Example

White with #CA62B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA62B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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