Html Css Color HEX #CA62BC Fuchsia

📋 copy color: '#CA62BC'

red 202 ◦ green 98 ◦ blue 188

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

Shades of Fuchsia #CA62BC

Tints of Fuchsia #CA62BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 38.52%

R = 41.39%
G = 20.08%
B = 38.52%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.07

 K value IS 0.21

RGB Variations

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

Color information

#CA62BC (or 0xCA62BC) is known color: Fuchsia. HEX triplet: CA, 62 and BC. RGB value is (202,98,188). Sum of RGB (Red+Green+Blue) = 202+98+188=488 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.39% from 488); Green value is 98 (38.67% from 255 or 20.08% from 488); Blue value is 188 (73.83% from 255 or 38.52% from 488); Max value from RGB is 202 - color contains mainly: red. Hex color #CA62BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA62BC is #359D43. Grayscale: #8B8B8B. Windows color (decimal): -3513668 or 12346058. OLE color: 12346058.

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

Color convert

RGB 202 98 188 -
CMYK 0 0.51 0.07 0.21
HSL 308.08º 0.5% 0.59% -
HSV(B) 308.08º 0.51% 0.79% -
XYZ 37.8 24.92 50.4 -
YUV 139.36 155.46 172.68 -
System Red Green Blue C M Y K H S L
Decimal 202 98 188 0 0.51 0.07 0.21 308.08 0.5 0.59
Hex CA 62 BC 0 33 7 15 134 32 3B
Octal 312 142 274 0 63 7 25 464 62 73
Binary 11001010 1100010 10111100 0 110011 111 10101 100110100 110010 111011

Color Harmonies of #CA62BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA62BC

Black with #CA62BC

Text Example


Text Example

White with #CA62BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA62BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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