Html Css Color HEX #CA62B2 Fuchsia

📋 copy color: '#CA62B2'

red 202 ◦ green 98 ◦ blue 178

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

Shades of Fuchsia #CA62B2

Tints of Fuchsia #CA62B2

RGB

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

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

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

R = 42.26%
G = 20.5%
B = 37.24%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.12

 K value IS 0.21

RGB Variations

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

Color information

#CA62B2 (or 0xCA62B2) is known color: Fuchsia. HEX triplet: CA, 62 and B2. RGB value is (202,98,178). Sum of RGB (Red+Green+Blue) = 202+98+178=478 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.26% from 478); Green value is 98 (38.67% from 255 or 20.50% from 478); Blue value is 178 (69.92% from 255 or 37.24% from 478); Max value from RGB is 202 - color contains mainly: red. Hex color #CA62B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA62B2 is #359D4D. Grayscale: #8A8A8A. Windows color (decimal): -3513678 or 11690698. OLE color: 11690698.

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

Color convert

RGB 202 98 178 -
CMYK 0 0.51 0.12 0.21
HSL 313.85º 0.5% 0.59% -
HSV(B) 313.85º 0.51% 0.79% -
XYZ 36.76 24.51 44.91 -
YUV 138.22 150.46 173.5 -
System Red Green Blue C M Y K H S L
Decimal 202 98 178 0 0.51 0.12 0.21 313.85 0.5 0.59
Hex CA 62 B2 0 33 C 15 13A 32 3B
Octal 312 142 262 0 63 14 25 472 62 73
Binary 11001010 1100010 10110010 0 110011 1100 10101 100111010 110010 111011

Color Harmonies of #CA62B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA62B2

Black with #CA62B2

Text Example


Text Example

White with #CA62B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA62B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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