Html Css Color HEX #C00CFD Electric Purple

📋 copy color: '#C00CFD'

red 192 ◦ green 12 ◦ blue 253

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

Shades of Electric Purple #C00CFD

Tints of Electric Purple #C00CFD

RGB

 RED value IS 192 (75.39% from 255) = 42.01%

 GREEN value IS 12 (5.08% from 255) = 2.63%

 BLUE value IS 253 (99.22% from 255) = 55.36%

R = 42.01%
G = 2.63%
B = 55.36%

CMYK

 C value IS 0.24

 M value IS 0.95

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C00CFD (or 0xC00CFD) is known color: Electric Purple. HEX triplet: C0, 0C and FD. RGB value is (192,12,253). Sum of RGB (Red+Green+Blue) = 192+12+253=457 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.01% from 457); Green value is 12 (5.08% from 255 or 2.63% from 457); Blue value is 253 (99.22% from 255 or 55.36% from 457); Max value from RGB is 253 - color contains mainly: blue. Hex color #C00CFD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C00CFD is #3FF302. Grayscale: #5C5C5C. Windows color (decimal): -4190979 or 16583872. OLE color: 16583872.

HSL color Cylindrical-coordinate representation of color #C00CFD: hue angle of 284.81º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C00CFD is Cyan = 0.24, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 192 12 253 -
CMYK 0.24 0.95 0 0.01
HSL 284.81º 0.98% 0.52% -
HSV(B) 284.81º 0.95% 0.99% -
XYZ 39.6 18.56 94.42 -
YUV 93.29 218.13 198.4 -
System Red Green Blue C M Y K H S L
Decimal 192 12 253 0.24 0.95 0 0.01 284.81 0.98 0.52
Hex C0 C FD 18 5F 0 1 11D 62 34
Octal 300 14 375 30 137 0 1 435 142 64
Binary 11000000 1100 11111101 11000 1011111 0 1 100011101 1100010 110100

Color Harmonies of #C00CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00CFD

Black with #C00CFD

Text Example


Text Example

White with #C00CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00CFD; }

 p { color: rgb(192,12,253); }

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

background-color css

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

 a { background-color: rgb(192,12,253); }

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

border-color css

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

 span { border-color: rgb(192,12,253); }

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