Html Css Color HEX #CA37CB Fuchsia

📋 copy color: '#CA37CB'

red 202 ◦ green 55 ◦ blue 203

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

Shades of Fuchsia #CA37CB

Tints of Fuchsia #CA37CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 44.13%

R = 43.91%
G = 11.96%
B = 44.13%

CMYK

 C value IS 0.00

 M value IS 0.73

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#CA37CB (or 0xCA37CB) is known color: Fuchsia. HEX triplet: CA, 37 and CB. RGB value is (202,55,203). Sum of RGB (Red+Green+Blue) = 202+55+203=460 (60% of max value = 765). Red value is 202 (79.30% from 255 or 43.91% from 460); Green value is 55 (21.88% from 255 or 11.96% from 460); Blue value is 203 (79.69% from 255 or 44.13% from 460); Max value from RGB is 203 - color contains mainly: blue. Hex color #CA37CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA37CB is #35C834. Grayscale: #737373. Windows color (decimal): -3524661 or 13318090. OLE color: 13318090.

HSL color Cylindrical-coordinate representation of color #CA37CB: hue angle of 299.59º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CA37CB is Cyan = 0.00, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 202 55 203 -
CMYK 0.00 0.73 0 0.20
HSL 299.59º 0.59% 0.51% -
HSV(B) 299.59º 0.73% 0.8% -
XYZ 36.5 19.6 58.36 -
YUV 115.83 177.2 189.47 -
System Red Green Blue C M Y K H S L
Decimal 202 55 203 0.00 0.73 0 0.20 299.59 0.59 0.51
Hex CA 37 CB 0 49 0 14 12C 3B 33
Octal 312 67 313 0 111 0 24 454 73 63
Binary 11001010 110111 11001011 0 1001001 0 10100 100101100 111011 110011

Color Harmonies of #CA37CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA37CB

Black with #CA37CB

Text Example


Text Example

White with #CA37CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA37CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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