Html Css Color HEX #CA62BE Fuchsia

📋 copy color: '#CA62BE'

red 202 ◦ green 98 ◦ blue 190

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

Shades of Fuchsia #CA62BE

Tints of Fuchsia #CA62BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 38.78%

R = 41.22%
G = 20%
B = 38.78%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.06

 K value IS 0.21

RGB Variations

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

Color information

#CA62BE (or 0xCA62BE) is known color: Fuchsia. HEX triplet: CA, 62 and BE. RGB value is (202,98,190). Sum of RGB (Red+Green+Blue) = 202+98+190=490 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.22% from 490); Green value is 98 (38.67% from 255 or 20% from 490); Blue value is 190 (74.61% from 255 or 38.78% from 490); Max value from RGB is 202 - color contains mainly: red. Hex color #CA62BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA62BE is #359D41. Grayscale: #8B8B8B. Windows color (decimal): -3513666 or 12477130. OLE color: 12477130.

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

Color convert

RGB 202 98 190 -
CMYK 0 0.51 0.06 0.21
HSL 306.92º 0.5% 0.59% -
HSV(B) 306.92º 0.51% 0.79% -
XYZ 38.02 25.01 51.54 -
YUV 139.58 156.46 172.52 -
System Red Green Blue C M Y K H S L
Decimal 202 98 190 0 0.51 0.06 0.21 306.92 0.5 0.59
Hex CA 62 BE 0 33 6 15 133 32 3B
Octal 312 142 276 0 63 6 25 463 62 73
Binary 11001010 1100010 10111110 0 110011 110 10101 100110011 110010 111011

Color Harmonies of #CA62BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA62BE

Black with #CA62BE

Text Example


Text Example

White with #CA62BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA62BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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