Html Css Color HEX #CA37CF Fuchsia

📋 copy color: '#CA37CF'

red 202 ◦ green 55 ◦ blue 207

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

Shades of Fuchsia #CA37CF

Tints of Fuchsia #CA37CF

RGB

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

 GREEN value IS 55 (21.88% from 255) = 11.85%

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

R = 43.53%
G = 11.85%
B = 44.61%

CMYK

 C value IS 0.02

 M value IS 0.73

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CA37CF (or 0xCA37CF) is known color: Fuchsia. HEX triplet: CA, 37 and CF. RGB value is (202,55,207). Sum of RGB (Red+Green+Blue) = 202+55+207=464 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.53% from 464); Green value is 55 (21.88% from 255 or 11.85% from 464); Blue value is 207 (81.25% from 255 or 44.61% from 464); Max value from RGB is 207 - color contains mainly: blue. Hex color #CA37CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA37CF is #35C830. Grayscale: #737373. Windows color (decimal): -3524657 or 13580234. OLE color: 13580234.

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

Color convert

RGB 202 55 207 -
CMYK 0.02 0.73 0 0.19
HSL 298.03º 0.61% 0.51% -
HSV(B) 298.03º 0.73% 0.81% -
XYZ 36.99 19.79 60.9 -
YUV 116.28 179.2 189.14 -
System Red Green Blue C M Y K H S L
Decimal 202 55 207 0.02 0.73 0 0.19 298.03 0.61 0.51
Hex CA 37 CF 2 49 0 13 12A 3D 33
Octal 312 67 317 2 111 0 23 452 75 63
Binary 11001010 110111 11001111 10 1001001 0 10011 100101010 111101 110011

Color Harmonies of #CA37CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA37CF

Black with #CA37CF

Text Example


Text Example

White with #CA37CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA37CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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