Html Css Color HEX #CA60CF Fuchsia

📋 copy color: '#CA60CF'

red 202 ◦ green 96 ◦ blue 207

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

Shades of Fuchsia #CA60CF

Tints of Fuchsia #CA60CF

RGB

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

 GREEN value IS 96 (37.89% from 255) = 19.01%

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

R = 40%
G = 19.01%
B = 40.99%

CMYK

 C value IS 0.02

 M value IS 0.54

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CA60CF (or 0xCA60CF) is known color: Fuchsia. HEX triplet: CA, 60 and CF. RGB value is (202,96,207). Sum of RGB (Red+Green+Blue) = 202+96+207=505 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40% from 505); Green value is 96 (37.89% from 255 or 19.01% from 505); Blue value is 207 (81.25% from 255 or 40.99% from 505); Max value from RGB is 207 - color contains mainly: blue. Hex color #CA60CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA60CF is #359F30. Grayscale: #8C8C8C. Windows color (decimal): -3514161 or 13590730. OLE color: 13590730.

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

Color convert

RGB 202 96 207 -
CMYK 0.02 0.54 0 0.19
HSL 297.3º 0.54% 0.59% -
HSV(B) 297.3º 0.54% 0.81% -
XYZ 39.8 25.43 61.84 -
YUV 140.35 165.62 171.97 -
System Red Green Blue C M Y K H S L
Decimal 202 96 207 0.02 0.54 0 0.19 297.3 0.54 0.59
Hex CA 60 CF 2 36 0 13 129 36 3B
Octal 312 140 317 2 66 0 23 451 66 73
Binary 11001010 1100000 11001111 10 110110 0 10011 100101001 110110 111011

Color Harmonies of #CA60CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA60CF

Black with #CA60CF

Text Example


Text Example

White with #CA60CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA60CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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