Html Css Color HEX #CA38CE Fuchsia

📋 copy color: '#CA38CE'

red 202 ◦ green 56 ◦ blue 206

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

Shades of Fuchsia #CA38CE

Tints of Fuchsia #CA38CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 44.4%

R = 43.53%
G = 12.07%
B = 44.4%

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

#CA38CE (or 0xCA38CE) is known color: Fuchsia. HEX triplet: CA, 38 and CE. RGB value is (202,56,206). Sum of RGB (Red+Green+Blue) = 202+56+206=464 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.53% from 464); Green value is 56 (22.27% from 255 or 12.07% from 464); Blue value is 206 (80.86% from 255 or 44.40% from 464); Max value from RGB is 206 - color contains mainly: blue. Hex color #CA38CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA38CE is #35C731. Grayscale: #747474. Windows color (decimal): -3524402 or 13514954. OLE color: 13514954.

HSL color Cylindrical-coordinate representation of color #CA38CE: hue angle of 298.4º degrees, saturation: 0.6, 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 #CA38CE is Cyan = 0.02, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 202 56 206 -
CMYK 0.02 0.73 0 0.19
HSL 298.4º 0.6% 0.51% -
HSV(B) 298.4º 0.73% 0.81% -
XYZ 36.91 19.84 60.28 -
YUV 116.75 178.37 188.8 -
System Red Green Blue C M Y K H S L
Decimal 202 56 206 0.02 0.73 0 0.19 298.4 0.6 0.51
Hex CA 38 CE 2 49 0 13 12A 3C 33
Octal 312 70 316 2 111 0 23 452 74 63
Binary 11001010 111000 11001110 10 1001001 0 10011 100101010 111100 110011

Color Harmonies of #CA38CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA38CE

Black with #CA38CE

Text Example


Text Example

White with #CA38CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA38CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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