Html Css Color HEX #CA38CC Fuchsia

📋 copy color: '#CA38CC'

red 202 ◦ green 56 ◦ blue 204

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

Shades of Fuchsia #CA38CC

Tints of Fuchsia #CA38CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 44.16%

R = 43.72%
G = 12.12%
B = 44.16%

CMYK

 C value IS 0.01

 M value IS 0.73

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#CA38CC (or 0xCA38CC) is known color: Fuchsia. HEX triplet: CA, 38 and CC. RGB value is (202,56,204). Sum of RGB (Red+Green+Blue) = 202+56+204=462 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.72% from 462); Green value is 56 (22.27% from 255 or 12.12% from 462); Blue value is 204 (80.08% from 255 or 44.16% from 462); Max value from RGB is 204 - color contains mainly: blue. Hex color #CA38CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA38CC is #35C733. Grayscale: #747474. Windows color (decimal): -3524404 or 13383882. OLE color: 13383882.

HSL color Cylindrical-coordinate representation of color #CA38CC: hue angle of 299.19º 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 #CA38CC is Cyan = 0.01, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 202 56 204 -
CMYK 0.01 0.73 0 0.2
HSL 299.19º 0.59% 0.51% -
HSV(B) 299.19º 0.73% 0.8% -
XYZ 36.67 19.74 59.01 -
YUV 116.53 177.37 188.97 -
System Red Green Blue C M Y K H S L
Decimal 202 56 204 0.01 0.73 0 0.2 299.19 0.59 0.51
Hex CA 38 CC 1 49 0 14 12B 3B 33
Octal 312 70 314 1 111 0 24 453 73 63
Binary 11001010 111000 11001100 1 1001001 0 10100 100101011 111011 110011

Color Harmonies of #CA38CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA38CC

Black with #CA38CC

Text Example


Text Example

White with #CA38CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA38CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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