Html Css Color HEX #CA38C1 Fuchsia

📋 copy color: '#CA38C1'

red 202 ◦ green 56 ◦ blue 193

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

Shades of Fuchsia #CA38C1

Tints of Fuchsia #CA38C1

RGB

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

 GREEN value IS 56 (22.27% from 255) = 12.42%

 BLUE value IS 193 (75.78% from 255) = 42.79%

R = 44.79%
G = 12.42%
B = 42.79%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.04

 K value IS 0.21

RGB Variations

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

Color information

#CA38C1 (or 0xCA38C1) is known color: Fuchsia. HEX triplet: CA, 38 and C1. RGB value is (202,56,193). Sum of RGB (Red+Green+Blue) = 202+56+193=451 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.79% from 451); Green value is 56 (22.27% from 255 or 12.42% from 451); Blue value is 193 (75.78% from 255 or 42.79% from 451); Max value from RGB is 202 - color contains mainly: red. Hex color #CA38C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA38C1 is #35C73E. Grayscale: #727272. Windows color (decimal): -3524415 or 12662986. OLE color: 12662986.

HSL color Cylindrical-coordinate representation of color #CA38C1: hue angle of 303.7º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CA38C1 is Cyan = 0, Magento = 0.72, Yellow = 0.04 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 56 193 -
CMYK 0 0.72 0.04 0.21
HSL 303.7º 0.58% 0.51% -
HSV(B) 303.7º 0.72% 0.79% -
XYZ 35.4 19.24 52.3 -
YUV 115.27 171.87 189.86 -
System Red Green Blue C M Y K H S L
Decimal 202 56 193 0 0.72 0.04 0.21 303.7 0.58 0.51
Hex CA 38 C1 0 48 4 15 130 3A 33
Octal 312 70 301 0 110 4 25 460 72 63
Binary 11001010 111000 11000001 0 1001000 100 10101 100110000 111010 110011

Color Harmonies of #CA38C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA38C1

Black with #CA38C1

Text Example


Text Example

White with #CA38C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA38C1; }

 p { color: rgb(202,56,193); }

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

background-color css

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

 a { background-color: rgb(202,56,193); }

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

border-color css

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

 span { border-color: rgb(202,56,193); }

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