Html Css Color HEX #CA62CF Fuchsia

📋 copy color: '#CA62CF'

red 202 ◦ green 98 ◦ blue 207

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

Shades of Fuchsia #CA62CF

Tints of Fuchsia #CA62CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 40.83%

R = 39.84%
G = 19.33%
B = 40.83%

CMYK

 C value IS 0.02

 M value IS 0.53

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CA62CF (or 0xCA62CF) is known color: Fuchsia. HEX triplet: CA, 62 and CF. RGB value is (202,98,207). Sum of RGB (Red+Green+Blue) = 202+98+207=507 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.84% from 507); Green value is 98 (38.67% from 255 or 19.33% from 507); Blue value is 207 (81.25% from 255 or 40.83% from 507); Max value from RGB is 207 - color contains mainly: blue. Hex color #CA62CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA62CF is #359D30. Grayscale: #8D8D8D. Windows color (decimal): -3513649 or 13591242. OLE color: 13591242.

HSL color Cylindrical-coordinate representation of color #CA62CF: hue angle of 297.25º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CA62CF is Cyan = 0.02, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 202 98 207 -
CMYK 0.02 0.53 0 0.19
HSL 297.25º 0.53% 0.6% -
HSV(B) 297.25º 0.53% 0.81% -
XYZ 39.99 25.8 61.9 -
YUV 141.52 164.96 171.14 -
System Red Green Blue C M Y K H S L
Decimal 202 98 207 0.02 0.53 0 0.19 297.25 0.53 0.6
Hex CA 62 CF 2 35 0 13 129 35 3C
Octal 312 142 317 2 65 0 23 451 65 74
Binary 11001010 1100010 11001111 10 110101 0 10011 100101001 110101 111100

Color Harmonies of #CA62CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA62CF

Black with #CA62CF

Text Example


Text Example

White with #CA62CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA62CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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